| include_rules = [ | |
| # Nothing from base. | |
| "-base", | |
| # Nothing from chrome except install_static. | |
| "-chrome", | |
| "+chrome/install_static", | |
| # Carefully control local includes. | |
| "-chrome_elf", | |
| "+chrome_elf/blacklist/blacklist.h", | |
| "+chrome_elf/crash/crash_helper.h", | |
| "+chrome_elf/hook_util/hook_util.h", | |
| "+chrome_elf/nt_registry/nt_registry.h", | |
| "+chrome_elf/pe_image_safe/pe_image_safe.h", | |
| "+chrome_elf/sha1/sha1.h", | |
| "+chrome_elf/third_party_dlls", | |
| ] | |
| specific_include_rules = { | |
| ".*_unittest.*": [ | |
| "+base", | |
| ] | |
| } |