OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/app", | 2 "+chrome/app", |
3 "+chrome/app/theme", # For resource identifiers | |
4 "+chrome/app/locales", | 3 "+chrome/app/locales", |
5 "+chrome/installer", | 4 "+chrome/installer", |
6 "+chrome/personalization", | 5 "+chrome/personalization", |
7 "+chrome/tools", | 6 "+chrome/tools", |
8 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
9 "+chrome/views", | 8 "+chrome/views", |
| 9 "+grit", # For generated headers |
10 "+sandbox/src", | 10 "+sandbox/src", |
11 "+skia/include", | 11 "+skia/include", |
12 "+skia/ext", | 12 "+skia/ext", |
13 "+webkit/activex_shim", | 13 "+webkit/activex_shim", |
14 "+webkit/default_plugin", | 14 "+webkit/default_plugin", |
15 "+webkit/glue", # Defines some types that are marshalled over IPC. | 15 "+webkit/glue", # Defines some types that are marshalled over IPC. |
16 | 16 |
17 # Other libraries. | 17 # Other libraries. |
18 "+chrome/third_party/hunspell", | 18 "+chrome/third_party/hunspell", |
19 "+libxml", # For search engine definition parsing. | 19 "+libxml", # For search engine definition parsing. |
20 "+media/audio", # Chrome's lightweight audio library. | 20 "+media/audio", # Chrome's lightweight audio library. |
21 "+third_party/sqlite", | 21 "+third_party/sqlite", |
22 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 22 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
23 | 23 |
24 # FIXME: this should probably not be here, we need to find a better | 24 # FIXME: this should probably not be here, we need to find a better |
25 # structure for these includes. | 25 # structure for these includes. |
26 "+chrome/renderer", | 26 "+chrome/renderer", |
27 ] | 27 ] |
OLD | NEW |