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/chrome_elf_constants.h", | 6 "+chrome_elf/chrome_elf_constants.h", |
7 "+chrome_elf/create_file", | 7 "+chrome_elf/create_file", |
8 "+chromeos", | 8 "+chromeos", |
9 "+components/autofill/content/browser", | 9 "+components/autofill/content/browser", |
10 "+components/autofill/content/common", | 10 "+components/autofill/content/common", |
(...skipping 17 matching lines...) Expand all Loading... |
28 "+components/startup_metric_utils", | 28 "+components/startup_metric_utils", |
29 "+components/storage_monitor", | 29 "+components/storage_monitor", |
30 "+components/translate/content/browser", | 30 "+components/translate/content/browser", |
31 "+components/translate/core/browser", | 31 "+components/translate/core/browser", |
32 "+components/translate/core/common", | 32 "+components/translate/core/common", |
33 "+components/url_matcher", | 33 "+components/url_matcher", |
34 "+components/user_prefs", | 34 "+components/user_prefs", |
35 "+components/web_modal", | 35 "+components/web_modal", |
36 "+components/webdata/common", | 36 "+components/webdata/common", |
37 "+content/public/browser", | 37 "+content/public/browser", |
| 38 "+courgette", |
38 "+content/test/net", | 39 "+content/test/net", |
39 "+device/bluetooth", | 40 "+device/bluetooth", |
40 "+device/media_transfer_protocol", | 41 "+device/media_transfer_protocol", |
41 "+extensions/browser", | 42 "+extensions/browser", |
42 "+extensions/common", | 43 "+extensions/common", |
43 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 44 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
44 "+google_apis", | 45 "+google_apis", |
45 "+google_update", | 46 "+google_update", |
46 "+grit", # For generated headers | 47 "+grit", # For generated headers |
47 "+installer_util_strings", # For generated headers | 48 "+installer_util_strings", # For generated headers |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "+third_party/WebKit/public/web/WebContextMenuData.h", | 107 "+third_party/WebKit/public/web/WebContextMenuData.h", |
107 "+third_party/WebKit/public/web/WebFindOptions.h", | 108 "+third_party/WebKit/public/web/WebFindOptions.h", |
108 "+third_party/WebKit/public/web/WebInputEvent.h", | 109 "+third_party/WebKit/public/web/WebInputEvent.h", |
109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 110 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
110 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 111 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
111 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 112 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
112 "+third_party/WebKit/public/web/WebPluginAction.h", | 113 "+third_party/WebKit/public/web/WebPluginAction.h", |
113 "+third_party/WebKit/public/web/WebTextDirection.h", | 114 "+third_party/WebKit/public/web/WebTextDirection.h", |
114 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 115 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
115 ] | 116 ] |
OLD | NEW |