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