[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] | 1289b98a | 2009-12-08 19:41:08 | [diff] [blame] | 6 | "+chrome/plugin", # For Mac plugin interpose library. |
[email protected] | 89cfc19d | 2010-06-04 15:36:35 | [diff] [blame] | 7 | "+chrome/profile_import", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 8 | "+chrome/tools/profiles", # For history unit tests. |
| 9 | "+chrome/views", |
[email protected] | 79a63435 | 2009-02-12 17:14:07 | [diff] [blame] | 10 | "+grit", # For generated headers |
[email protected] | 98818cdc | 2011-01-28 13:24:32 | [diff] [blame] | 11 | "+policy", # For generated headers and source |
[email protected] | 1b4209f | 2011-01-07 00:25:40 | [diff] [blame] | 12 | "+ppapi/c", # For various types. |
[email protected] | 709a847e | 2010-11-10 01:16:11 | [diff] [blame] | 13 | "+ppapi/proxy", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 14 | "+rlz", |
| 15 | "+sandbox/linux", |
| 16 | "+sandbox/src", # The path doesn't say it, but this is the Windows sandbox. |
| 17 | "+skia/ext", |
[email protected] | a8cf61b | 2009-02-05 17:41:38 | [diff] [blame] | 18 | "+skia/include", |
[email protected] | 583dca28 | 2010-12-17 01:12:05 | [diff] [blame] | 19 | "+third_party/cros", |
[email protected] | da34ae0 | 2009-09-22 20:41:20 | [diff] [blame] | 20 | "+webkit/database", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 21 | "+webkit/glue", # Defines some types that are marshalled over IPC. |
[email protected] | 0bd75368 | 2010-12-16 18:15:52 | [diff] [blame] | 22 | "+webkit/plugins", # Defines some types that are marshalled over IPC. |
[email protected] | cca14717 | 2011-02-17 01:29:29 | [diff] [blame] | 23 | "+webkit/quota", |
[email protected] | b0a2f0c | 2009-07-22 14:04:27 | [diff] [blame] | 24 | "+xib_localizers", # For generated mac localization helpers |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 25 | |
| 26 | # Other libraries. |
| 27 | "+chrome/third_party/hunspell", |
[email protected] | e505a900 | 2010-02-26 22:38:20 | [diff] [blame] | 28 | "+chrome/third_party/mozilla_security_manager", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 29 | "+libxml", # For search engine definition parsing. |
| 30 | "+media/audio", # Chrome's lightweight audio library. |
[email protected] | c9e45da0 | 2009-08-05 17:35:08 | [diff] [blame] | 31 | "+media/base", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 32 | "+third_party/apple", # Apple code ImageAndTextCell. |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame^] | 33 | "+third_party/cld", |
[email protected] | ec64212b | 2010-03-18 01:02:43 | [diff] [blame] | 34 | "+third_party/expat", |
[email protected] | a2fd492a | 2010-05-27 15:26:18 | [diff] [blame] | 35 | "+third_party/gpsd", |
[email protected] | 0daa4fc | 2008-08-30 01:36:02 | [diff] [blame] | 36 | "+third_party/sqlite", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 37 | "+third_party/libevent", # For the remote V8 debugging server |
| 38 | "+third_party/libjingle", |
[email protected] | 3828d6f | 2011-02-24 18:32:21 | [diff] [blame^] | 39 | "+third_party/protobuf/src/google/protobuf", |
[email protected] | 5b7937e | 2010-11-04 23:37:18 | [diff] [blame] | 40 | "+third_party/undoview", |
| 41 | "+v8/include", # Browser uses V8 to get the version and run the debugger. |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 42 | |
[email protected] | 630c1f3 | 2011-01-13 21:30:56 | [diff] [blame] | 43 | # FIXME: these should probably not be here, we need to find a better |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 44 | # structure for these includes. |
| 45 | "+chrome/renderer", |
[email protected] | 630c1f3 | 2011-01-13 21:30:56 | [diff] [blame] | 46 | "+chrome/gpu", |
[email protected] | 4ec7327e | 2008-08-18 23:59:51 | [diff] [blame] | 47 | ] |