OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+breakpad", | 3 "+breakpad", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome/tools/profiles", # For history unit tests. | 6 "+chrome/tools/profiles", # For history unit tests. |
7 "+chromeos", | 7 "+chromeos", |
8 "+components/autofill/browser", | 8 "+components/autofill/browser", |
9 "+components/autofill/common", | 9 "+components/autofill/common", |
10 "+components/auto_login_parser", | 10 "+components/auto_login_parser", |
11 "+components/autofill/common", | 11 "+components/autofill/common", |
12 "+components/browser_context_keyed_service", | 12 "+components/browser_context_keyed_service", |
13 "+components/navigation_interception", | 13 "+components/navigation_interception", |
14 "+components/user_prefs", | 14 "+components/user_prefs", |
15 "+components/visitedlink/browser", | 15 "+components/visitedlink/browser", |
16 "+components/webdata", | 16 "+components/webdata", |
17 "+components/web_contents_delegate_android", | 17 "+components/web_contents_delegate_android", |
18 "+components/web_modal", | 18 "+components/web_modal", |
| 19 "+components/webrtc_log_uploader", |
19 "+content/public/browser", | 20 "+content/public/browser", |
20 "+device/bluetooth", | 21 "+device/bluetooth", |
21 "+device/media_transfer_protocol", | 22 "+device/media_transfer_protocol", |
22 "+extensions/browser", | 23 "+extensions/browser", |
23 "+extensions/common", | 24 "+extensions/common", |
24 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 25 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
25 "+google_apis", | 26 "+google_apis", |
26 "+google_update", | 27 "+google_update", |
27 "+grit", # For generated headers | 28 "+grit", # For generated headers |
28 "+installer_util_strings", # For generated headers | 29 "+installer_util_strings", # For generated headers |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "+third_party/icu", | 99 "+third_party/icu", |
99 "+third_party/isimpledom", | 100 "+third_party/isimpledom", |
100 "+third_party/leveldatabase", | 101 "+third_party/leveldatabase", |
101 "+third_party/libevent", # For the remote V8 debugging server | 102 "+third_party/libevent", # For the remote V8 debugging server |
102 "+third_party/libjingle", | 103 "+third_party/libjingle", |
103 "+third_party/protobuf/src/google/protobuf", | 104 "+third_party/protobuf/src/google/protobuf", |
104 "+third_party/re2", | 105 "+third_party/re2", |
105 "+third_party/sqlite", | 106 "+third_party/sqlite", |
106 "+third_party/undoview", | 107 "+third_party/undoview", |
107 ] | 108 ] |
OLD | NEW |