[email protected] | 568d3f5 | 2008-08-08 22:07:48 | [diff] [blame] | 1 | include_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 | ]
|