blob: 16c47feed9cda50d27da2b51e3c58dfb045651f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
include_rules = [
"+chrome/installer",
"+chrome/tools",
"+chrome/tools/profiles", # For history unit tests.
"+chrome/views",
"+webkit/activex_shim",
"+webkit/default_plugin",
"+webkit/glue", # Defines some types that are marshalled over IPC.
# Other libraries.
"+chrome/third_party/hunspell",
"+libxml", # For search engine definition parsing.
"+third_party/sqlite",
"+v8/include", # Browser uses V8 to get the version and run the debugger.
# FIXME: this should probably not be here, we need to find a better
# structure for these includes.
"+chrome/renderer",
]
|