blob: 93d825481ab15e403ce0762e806f3686dc30cae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"+content/gpu", # For gpu_info_collector.h and in-process GPU
# Other libraries.
"+third_party/iaccessible2",
"+third_party/isimpledom",
# DO NOT ADD ANY CHROME INCLUDES HERE!!!
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
# ONLY USED BY TESTS
"+chrome/browser/ui/browser.h",
]
|