| 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 17 matching lines...) Expand all Loading... |
| 28 "+components/content_settings", | 28 "+components/content_settings", |
| 29 "+components/copresence", | 29 "+components/copresence", |
| 30 "+components/crash", | 30 "+components/crash", |
| 31 "+components/crx_file", | 31 "+components/crx_file", |
| 32 "+components/data_reduction_proxy", | 32 "+components/data_reduction_proxy", |
| 33 "+components/network_hints", | 33 "+components/network_hints", |
| 34 "+components/device_event_log", | 34 "+components/device_event_log", |
| 35 "+components/dom_distiller", | 35 "+components/dom_distiller", |
| 36 "+components/domain_reliability", | 36 "+components/domain_reliability", |
| 37 "+components/enhanced_bookmarks", | 37 "+components/enhanced_bookmarks", |
| 38 "+components/favicon", |
| 38 "+components/favicon_base", | 39 "+components/favicon_base", |
| 39 "+components/feedback", | 40 "+components/feedback", |
| 40 "+components/gcm_driver", | 41 "+components/gcm_driver", |
| 41 "+components/google", | 42 "+components/google", |
| 42 "+components/grit", | 43 "+components/grit", |
| 43 "+components/handoff", | 44 "+components/handoff", |
| 44 "+components/history", | 45 "+components/history", |
| 45 "+components/infobars", | 46 "+components/infobars", |
| 46 "+components/invalidation", | 47 "+components/invalidation", |
| 47 "+components/keyed_service", | 48 "+components/keyed_service", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 172 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 172 "+third_party/WebKit/public/web/WebCache.h", | 173 "+third_party/WebKit/public/web/WebCache.h", |
| 173 "+third_party/WebKit/public/web/WebContextMenuData.h", | 174 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 174 "+third_party/WebKit/public/web/WebFindOptions.h", | 175 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 175 "+third_party/WebKit/public/web/WebInputEvent.h", | 176 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 176 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 177 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 177 "+third_party/WebKit/public/web/WebPluginAction.h", | 178 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 178 "+third_party/WebKit/public/web/WebTextDirection.h", | 179 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 179 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 180 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 180 ] | 181 ] |
| OLD | NEW |