OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/app", | 2 "+chrome/app", |
3 "+chrome/app/locales", | 3 "+chrome/app/locales", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/personalization", | 5 "+chrome/personalization", |
6 "+chrome/plugin", # For Mac plugin interpose library. | 6 "+chrome/plugin", # For Mac plugin interpose library. |
7 "+chrome/profile_import", | 7 "+chrome/profile_import", |
8 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
9 "+chrome/views", | 9 "+chrome/views", |
10 "+grit", # For generated headers | 10 "+grit", # For generated headers |
11 "+sandbox/src", | 11 "+sandbox/src", |
12 "+skia/include", | 12 "+skia/include", |
13 "+webkit/database", | 13 "+webkit/database", |
14 "+webkit/default_plugin", | |
15 "+webkit/glue", # Defines some types that are marshalled over IPC. | 14 "+webkit/glue", # Defines some types that are marshalled over IPC. |
16 "+xib_localizers", # For generated mac localization helpers | 15 "+xib_localizers", # For generated mac localization helpers |
17 | 16 |
18 # Other libraries. | 17 # Other libraries. |
19 "+chrome/third_party/hunspell", | 18 "+chrome/third_party/hunspell", |
20 "+chrome/third_party/mozilla_security_manager", | 19 "+chrome/third_party/mozilla_security_manager", |
21 "+libxml", # For search engine definition parsing. | 20 "+libxml", # For search engine definition parsing. |
22 "+media/audio", # Chrome's lightweight audio library. | 21 "+media/audio", # Chrome's lightweight audio library. |
23 "+media/base", | 22 "+media/base", |
24 "+third_party/cros", | 23 "+third_party/cros", |
25 "+third_party/expat", | 24 "+third_party/expat", |
26 "+third_party/gpsd", | 25 "+third_party/gpsd", |
27 "+third_party/sqlite", | 26 "+third_party/sqlite", |
28 "+third_party/libevent", # For the remote V8 debugging server | 27 "+third_party/libevent", # For the remote V8 debugging server |
29 "+third_party/cld", | 28 "+third_party/cld", |
30 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 29 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
31 | 30 |
32 # FIXME: this should probably not be here, we need to find a better | 31 # FIXME: this should probably not be here, we need to find a better |
33 # structure for these includes. | 32 # structure for these includes. |
34 "+chrome/renderer", | 33 "+chrome/renderer", |
35 ] | 34 ] |
OLD | NEW |