blob: 066423b07c335d834f402a96c6f6707675031049 [file] [log] [blame]
include_rules = [
# Nothing from base.
"-base",
# Nothing from chrome.
"-chrome",
"-chrome_elf",
"+chrome_elf/nt_registry/nt_registry.h",
]
specific_include_rules = {
".*_unittest\.cc": [
"+base",
]
}