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