blob: c55f3483120beec7312e54eeef6a31a9c4da34dd [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/sha1/sha1.h",
"+chrome_elf/whitelist",
]
specific_include_rules = {
".*_unittest\.cc": [
"+base",
]
}