OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chromeos", | 7 "+chromeos", |
8 "+components/autofill/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/content/common", | 9 "+components/autofill/content/common", |
10 "+components/autofill/core/browser", | 10 "+components/autofill/core/browser", |
(...skipping 12 matching lines...) Expand all Loading... |
23 "+components/signin", | 23 "+components/signin", |
24 "+components/startup_metric_utils", | 24 "+components/startup_metric_utils", |
25 "+components/translate/content/browser", | 25 "+components/translate/content/browser", |
26 "+components/translate/core/browser", | 26 "+components/translate/core/browser", |
27 "+components/translate/core/common", | 27 "+components/translate/core/common", |
28 "+components/url_matcher", | 28 "+components/url_matcher", |
29 "+components/user_prefs", | 29 "+components/user_prefs", |
30 "+components/webdata", | 30 "+components/webdata", |
31 "+components/web_modal", | 31 "+components/web_modal", |
32 "+content/public/browser", | 32 "+content/public/browser", |
| 33 "+courgette", |
33 "+content/test/net", | 34 "+content/test/net", |
34 "+device/bluetooth", | 35 "+device/bluetooth", |
35 "+device/media_transfer_protocol", | 36 "+device/media_transfer_protocol", |
36 "+extensions/browser", | 37 "+extensions/browser", |
37 "+extensions/common", | 38 "+extensions/common", |
38 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 39 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
39 "+google_apis", | 40 "+google_apis", |
40 "+google_update", | 41 "+google_update", |
41 "+grit", # For generated headers | 42 "+grit", # For generated headers |
42 "+installer_util_strings", # For generated headers | 43 "+installer_util_strings", # For generated headers |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "+third_party/WebKit/public/web/WebContextMenuData.h", | 104 "+third_party/WebKit/public/web/WebContextMenuData.h", |
104 "+third_party/WebKit/public/web/WebFindOptions.h", | 105 "+third_party/WebKit/public/web/WebFindOptions.h", |
105 "+third_party/WebKit/public/web/WebInputEvent.h", | 106 "+third_party/WebKit/public/web/WebInputEvent.h", |
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
107 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 108 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
108 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 109 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
109 "+third_party/WebKit/public/web/WebPluginAction.h", | 110 "+third_party/WebKit/public/web/WebPluginAction.h", |
110 "+third_party/WebKit/public/web/WebTextDirection.h", | 111 "+third_party/WebKit/public/web/WebTextDirection.h", |
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 112 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
112 ] | 113 ] |
OLD | NEW |