blob: 525425eb7f47450dc3eed6cd94b62e794dc1bbb9 [file] [log] [blame]
[email protected]568d3f52008-08-08 22:07:481include_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]