OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/app", | 3 "+chrome/app", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/tools/profiles", # For history unit tests. | 5 "+chrome/tools/profiles", # For history unit tests. |
6 "+chromeos", | 6 "+chromeos", |
| 7 "+components/navigation_interception", |
7 "+components/web_contents_delegate_android", | 8 "+components/web_contents_delegate_android", |
8 # TODO(boliu): Remove when content/components is moved to components. | |
9 "+content/components", | |
10 "+content/public/browser", | 9 "+content/public/browser", |
11 "+device/bluetooth", | 10 "+device/bluetooth", |
12 "+device/media_transfer_protocol", | 11 "+device/media_transfer_protocol", |
13 "+extensions/common", | 12 "+extensions/common", |
14 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 13 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
15 "+google_apis", | 14 "+google_apis", |
16 "+google_update", | 15 "+google_update", |
17 "+grit", # For generated headers | 16 "+grit", # For generated headers |
18 "+installer_util_strings", # For generated headers | 17 "+installer_util_strings", # For generated headers |
19 "+media/base", # For media switches | 18 "+media/base", # For media switches |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "+third_party/libjingle", | 98 "+third_party/libjingle", |
100 "+third_party/protobuf/src/google/protobuf", | 99 "+third_party/protobuf/src/google/protobuf", |
101 "+third_party/re2", | 100 "+third_party/re2", |
102 "+third_party/sqlite", | 101 "+third_party/sqlite", |
103 "+third_party/undoview", | 102 "+third_party/undoview", |
104 | 103 |
105 # FIXME: this is used by a browser_test. We need to find a better structure | 104 # FIXME: this is used by a browser_test. We need to find a better structure |
106 # for this include. | 105 # for this include. |
107 "!chrome/renderer/visitedlink_slave.h", | 106 "!chrome/renderer/visitedlink_slave.h", |
108 ] | 107 ] |
OLD | NEW |