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 |
(...skipping 14 matching lines...) Expand all Loading... |
25 "+webkit/quota", | 25 "+webkit/quota", |
26 "+xib_localizers", # For generated mac localization helpers | 26 "+xib_localizers", # For generated mac localization helpers |
27 | 27 |
28 # Other libraries. | 28 # Other libraries. |
29 "+chrome/third_party/hunspell", | 29 "+chrome/third_party/hunspell", |
30 "+chrome/third_party/mozilla_security_manager", | 30 "+chrome/third_party/mozilla_security_manager", |
31 "+libxml", # For search engine definition parsing. | 31 "+libxml", # For search engine definition parsing. |
32 "+third_party/apple", # Apple code ImageAndTextCell. | 32 "+third_party/apple", # Apple code ImageAndTextCell. |
33 "+third_party/cld", | 33 "+third_party/cld", |
34 "+third_party/expat", | 34 "+third_party/expat", |
35 "+third_party/sqlite", | 35 "+third_party/iaccessible2", |
36 "+third_party/libevent", # For the remote V8 debugging server | 36 "+third_party/libevent", # For the remote V8 debugging server |
37 "+third_party/libjingle", | 37 "+third_party/libjingle", |
38 "+third_party/protobuf/src/google/protobuf", | 38 "+third_party/protobuf/src/google/protobuf", |
| 39 "+third_party/sqlite", |
39 "+third_party/undoview", | 40 "+third_party/undoview", |
40 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 41 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
41 | 42 |
42 # FIXME: these should probably not be here, we need to find a better | 43 # FIXME: these should probably not be here, we need to find a better |
43 # structure for these includes. | 44 # structure for these includes. |
44 "+chrome/renderer", | 45 "+chrome/renderer", |
45 ] | 46 ] |
OLD | NEW |