OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+athena/content/public", | 4 "+athena/content/public", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
8 "+chrome/installer", | 8 "+chrome/installer", |
9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
(...skipping 14 matching lines...) Expand all Loading... |
25 "+components/browser_watcher", | 25 "+components/browser_watcher", |
26 "+components/browsing_data", | 26 "+components/browsing_data", |
27 "+components/cdm/browser", | 27 "+components/cdm/browser", |
28 "+components/cloud_devices/common", | 28 "+components/cloud_devices/common", |
29 "+components/component_updater", | 29 "+components/component_updater", |
30 "+components/content_settings", | 30 "+components/content_settings", |
31 "+components/copresence", | 31 "+components/copresence", |
32 "+components/crash", | 32 "+components/crash", |
33 "+components/crx_file", | 33 "+components/crx_file", |
34 "+components/data_reduction_proxy", | 34 "+components/data_reduction_proxy", |
35 "+components/network_hints", | |
36 "+components/device_event_log", | 35 "+components/device_event_log", |
37 "+components/dom_distiller", | 36 "+components/dom_distiller", |
38 "+components/domain_reliability", | 37 "+components/domain_reliability", |
39 "+components/enhanced_bookmarks", | 38 "+components/enhanced_bookmarks", |
40 "+components/favicon", | 39 "+components/favicon", |
41 "+components/favicon_base", | 40 "+components/favicon_base", |
42 "+components/feedback", | 41 "+components/feedback", |
43 "+components/gcm_driver", | 42 "+components/gcm_driver", |
44 "+components/google", | 43 "+components/google", |
45 "+components/grit", | 44 "+components/grit", |
46 "+components/handoff", | 45 "+components/handoff", |
47 "+components/history", | 46 "+components/history", |
48 "+components/infobars", | 47 "+components/infobars", |
49 "+components/invalidation", | 48 "+components/invalidation", |
50 "+components/keyed_service", | 49 "+components/keyed_service", |
51 "+components/language_usage_metrics", | 50 "+components/language_usage_metrics", |
52 "+components/leveldb_proto", | 51 "+components/leveldb_proto", |
53 "+components/metrics", | 52 "+components/metrics", |
| 53 "+components/mime_util", |
54 "+components/nacl/browser", | 54 "+components/nacl/browser", |
55 "+components/nacl/common", | 55 "+components/nacl/common", |
56 "+components/navigation_interception", | 56 "+components/navigation_interception", |
57 "+components/navigation_metrics", | 57 "+components/navigation_metrics", |
| 58 "+components/network_hints", |
58 "+components/network_time", | 59 "+components/network_time", |
59 "+components/omnibox", | 60 "+components/omnibox", |
60 "+components/os_crypt", | 61 "+components/os_crypt", |
61 "+components/password_manager", | 62 "+components/password_manager", |
62 "+components/pdf/browser", | 63 "+components/pdf/browser", |
63 "+components/plugins/common", | 64 "+components/plugins/common", |
64 "+components/policy", | 65 "+components/policy", |
65 "+components/power", | 66 "+components/power", |
66 "+components/precache", | 67 "+components/precache", |
67 "+components/pref_registry", | 68 "+components/pref_registry", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 179 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
179 "+third_party/WebKit/public/web/WebCache.h", | 180 "+third_party/WebKit/public/web/WebCache.h", |
180 "+third_party/WebKit/public/web/WebContextMenuData.h", | 181 "+third_party/WebKit/public/web/WebContextMenuData.h", |
181 "+third_party/WebKit/public/web/WebFindOptions.h", | 182 "+third_party/WebKit/public/web/WebFindOptions.h", |
182 "+third_party/WebKit/public/web/WebInputEvent.h", | 183 "+third_party/WebKit/public/web/WebInputEvent.h", |
183 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 184 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
184 "+third_party/WebKit/public/web/WebPluginAction.h", | 185 "+third_party/WebKit/public/web/WebPluginAction.h", |
185 "+third_party/WebKit/public/web/WebTextDirection.h", | 186 "+third_party/WebKit/public/web/WebTextDirection.h", |
186 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 187 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
187 ] | 188 ] |
OLD | NEW |