[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame^] | 2 | "+chrome/app", |
| 3 | "+chrome/app/theme", # For resource identifiers |
| 4 | "+chrome/app/locales", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 5 | "+chrome/installer", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame^] | 6 | "+chrome/personalization", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 7 | "+chrome/tools", |
| 8 | "+chrome/tools/profiles", # For history unit tests. |
| 9 | "+chrome/views", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame^] | 10 | "+sandbox/src", |
| 11 | "+skia/include", |
| 12 | "+skia/ext", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 13 | "+webkit/activex_shim", |
| 14 | "+webkit/default_plugin", |
| 15 | "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 16 | |
| 17 | # Other libraries. |
| 18 | "+chrome/third_party/hunspell", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 19 | "+libxml", # For search engine definition parsing. |
[email protected] | 329f377 | 2009-02-04 19:47:59 | [diff] [blame] | 20 | "+media/audio", # Chrome's lightweight audio library. |
[email protected] | 0daa4fc | 2008-08-30 01:36:02 | [diff] [blame] | 21 | "+third_party/sqlite", |
[email protected] | 81c1058 | 2008-09-03 11:57:01 | [diff] [blame] | 22 | "+v8/include", # Browser uses V8 to get the version and run the debugger. |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 23 | |
| 24 | # FIXME: this should probably not be here, we need to find a better |
| 25 | # structure for these includes. |
| 26 | "+chrome/renderer", |
| 27 | ] |