blob: 3d0d795d1b183a06e3e8cfde939e8a52e067e7f9 [file] [log] [blame]
include_rules = [
# Nothing from base.
"-base",
# Nothing from chrome except install_static.
"-chrome",
"+chrome/install_static",
# Carefully control local includes.
"-chrome_elf",
"+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\.cc": [
"+base",
]
}