| include_rules = [ | |
| "+chrome_elf/chrome_elf_constants.h", | |
| "+chrome/install_static", | |
| "+components/base32", | |
| "+components/metrics", | |
| "+components/zucchini", | |
| "+courgette", | |
| "+third_party/crashpad", | |
| ] | |
| specific_include_rules = { | |
| ".*_unittest\.cc": [ | |
| "+chrome_elf/nt_registry/nt_registry.h", | |
| ], | |
| } |