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/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/core/browser", | 9 "+components/autofill/core/browser", |
10 "+components/autofill/core/common", | 10 "+components/autofill/core/common", |
11 "+components/auto_login_parser", | 11 "+components/auto_login_parser", |
12 "+components/browser_context_keyed_service", | 12 "+components/browser_context_keyed_service", |
13 "+components/nacl/common", | 13 "+components/nacl/common", |
14 "+components/navigation_interception", | 14 "+components/navigation_interception", |
15 "+components/policy", | 15 "+components/policy", |
16 "+components/startup_metric_utils", | 16 "+components/startup_metric_utils", |
| 17 "+components/translate/common", |
| 18 # TODO(droger): Remove dependency on language detection, see crbug.com/297777. |
| 19 "+components/translate/language_detection", |
17 "+components/user_prefs", | 20 "+components/user_prefs", |
18 "+components/visitedlink/browser", | 21 "+components/visitedlink/browser", |
19 "+components/webdata", | 22 "+components/webdata", |
20 "+components/web_contents_delegate_android", | 23 "+components/web_contents_delegate_android", |
21 "+components/web_modal", | 24 "+components/web_modal", |
22 "+content/public/browser", | 25 "+content/public/browser", |
23 "+device/bluetooth", | 26 "+device/bluetooth", |
24 "+device/media_transfer_protocol", | 27 "+device/media_transfer_protocol", |
25 "+extensions/browser", | 28 "+extensions/browser", |
26 "+extensions/common", | 29 "+extensions/common", |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "+third_party/WebKit/public/web/WebCursorInfo.h", | 108 "+third_party/WebKit/public/web/WebCursorInfo.h", |
106 "+third_party/WebKit/public/web/WebFindOptions.h", | 109 "+third_party/WebKit/public/web/WebFindOptions.h", |
107 "+third_party/WebKit/public/web/WebInputEvent.h", | 110 "+third_party/WebKit/public/web/WebInputEvent.h", |
108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
109 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 112 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
110 "+third_party/WebKit/public/web/WebPluginAction.h", | 113 "+third_party/WebKit/public/web/WebPluginAction.h", |
111 "+third_party/WebKit/public/web/WebScreenInfo.h", | 114 "+third_party/WebKit/public/web/WebScreenInfo.h", |
112 "+third_party/WebKit/public/web/WebTextDirection.h", | 115 "+third_party/WebKit/public/web/WebTextDirection.h", |
113 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 116 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
114 ] | 117 ] |
OLD | NEW |