[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", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 3 | "+chrome/app/locales", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 4 | "+chrome/installer", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 5 | "+chrome/personalization", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 6 | "+chrome/tools/profiles", # For history unit tests. |
| 7 | "+chrome/views", |
[email protected] | 79a63435 | 2009-02-12 17:14:07 | [diff] [blame] | 8 | "+grit", # For generated headers |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 9 | "+sandbox/src", |
| 10 | "+skia/include", |
[email protected] | da34ae0 | 2009-09-22 20:41:20 | [diff] [blame^] | 11 | "+webkit/database", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 12 | "+webkit/default_plugin", |
| 13 | "+webkit/glue", # Defines some types that are marshalled over IPC. |
[email protected] | b0a2f0c | 2009-07-22 14:04:27 | [diff] [blame] | 14 | "+xib_localizers", # For generated mac localization helpers |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 15 | |
| 16 | # Other libraries. |
| 17 | "+chrome/third_party/hunspell", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 18 | "+libxml", # For search engine definition parsing. |
[email protected] | 329f377 | 2009-02-04 19:47:59 | [diff] [blame] | 19 | "+media/audio", # Chrome's lightweight audio library. |
[email protected] | c9e45da0 | 2009-08-05 17:35:08 | [diff] [blame] | 20 | "+media/base", |
[email protected] | 0daa4fc | 2008-08-30 01:36:02 | [diff] [blame] | 21 | "+third_party/sqlite", |
[email protected] | 98f5f88b | 2009-04-10 13:52:30 | [diff] [blame] | 22 | "+third_party/libevent", # For the remote V8 debugging server |
[email protected] | 5c426692 | 2009-07-10 16:41:27 | [diff] [blame] | 23 | "+third_party/cld", |
[email protected] | 81c1058 | 2008-09-03 11:57:01 | [diff] [blame] | 24 | "+v8/include", # Browser uses V8 to get the version and run the debugger. |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 25 | |
| 26 | # FIXME: this should probably not be here, we need to find a better |
| 27 | # structure for these includes. |
| 28 | "+chrome/renderer", |
| 29 | ] |