OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "+components/bookmarks/test", | 24 "+components/bookmarks/test", |
25 "+components/browser_sync", | 25 "+components/browser_sync", |
26 "+components/browser_watcher", | 26 "+components/browser_watcher", |
27 "+components/browsing_data", | 27 "+components/browsing_data", |
28 "+components/cdm/browser", | 28 "+components/cdm/browser", |
29 "+components/certificate_reporting", | 29 "+components/certificate_reporting", |
30 "+components/cloud_devices/common", | 30 "+components/cloud_devices/common", |
31 "+components/component_updater", | 31 "+components/component_updater", |
32 "+components/compression", | 32 "+components/compression", |
33 "+components/content_settings", | 33 "+components/content_settings", |
| 34 "+components/contextual_search/browser", |
34 "+components/copresence", | 35 "+components/copresence", |
35 "+components/crash", | 36 "+components/crash", |
36 "+components/crx_file", | 37 "+components/crx_file", |
37 "+components/data_reduction_proxy", | 38 "+components/data_reduction_proxy", |
38 "+components/data_usage", | 39 "+components/data_usage", |
39 "+components/data_use_measurement/core", | 40 "+components/data_use_measurement/core", |
40 "+components/device_event_log", | 41 "+components/device_event_log", |
41 "+components/dom_distiller", | 42 "+components/dom_distiller", |
42 "+components/domain_reliability", | 43 "+components/domain_reliability", |
43 "+components/enhanced_bookmarks", | 44 "+components/enhanced_bookmarks", |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 215 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
215 "+third_party/WebKit/public/web/WebCache.h", | 216 "+third_party/WebKit/public/web/WebCache.h", |
216 "+third_party/WebKit/public/web/WebContextMenuData.h", | 217 "+third_party/WebKit/public/web/WebContextMenuData.h", |
217 "+third_party/WebKit/public/web/WebFindOptions.h", | 218 "+third_party/WebKit/public/web/WebFindOptions.h", |
218 "+third_party/WebKit/public/web/WebInputEvent.h", | 219 "+third_party/WebKit/public/web/WebInputEvent.h", |
219 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 220 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
220 "+third_party/WebKit/public/web/WebPluginAction.h", | 221 "+third_party/WebKit/public/web/WebPluginAction.h", |
221 "+third_party/WebKit/public/web/WebTextDirection.h", | 222 "+third_party/WebKit/public/web/WebTextDirection.h", |
222 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 223 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
223 ] | 224 ] |
OLD | NEW |