blob: 1bf966fc9c104a65291cb4ca3b97784f98fd9357 [file] [log] [blame]
include_rules = [
# Nothing from base.
"-base",
# Nothing from chrome except install_static and local includes.
"-chrome",
"+chrome/install_static",
"+chrome/chrome_elf/blacklist/blacklist.h",
"+chrome/chrome_elf/crash/crash_helper.h",
"+chrome/chrome_elf/hook_util/hook_util.h",
"+chrome/chrome_elf/nt_registry/nt_registry.h",
"+chrome/chrome_elf/pe_image_safe/pe_image_safe.h",
"+chrome/chrome_elf/sha1/sha1.h",
"+chrome/chrome_elf/third_party_dlls",
]
specific_include_rules = {
".*_unittest.*": [
"+base",
]
}