blob: 10db8fb38620e966927b6efe540f98eaf3d54ddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"+content/gpu", # For gpu_info_collector.h and in-process GPU
# DO NOT ADD ANY CHROME INCLUDES HERE!!!
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
# Content shouldn't depend on views. This rule is now in content\browser,
# instead of content, because there's one file in content\common that depends
# on views. When it's moved back to chrome, move this rule up.
"-views",
# ONLY USED BY TESTS
"+chrome/browser/browser_process.h",
"+chrome/browser/ui/browser.h",
]
|