| 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 25 matching lines...) Expand all Loading... |
| 36 "+components/device_event_log", | 36 "+components/device_event_log", |
| 37 "+components/dom_distiller", | 37 "+components/dom_distiller", |
| 38 "+components/domain_reliability", | 38 "+components/domain_reliability", |
| 39 "+components/enhanced_bookmarks", | 39 "+components/enhanced_bookmarks", |
| 40 "+components/favicon", | 40 "+components/favicon", |
| 41 "+components/favicon_base", | 41 "+components/favicon_base", |
| 42 "+components/feedback", | 42 "+components/feedback", |
| 43 "+components/gcm_driver", | 43 "+components/gcm_driver", |
| 44 "+components/google", | 44 "+components/google", |
| 45 "+components/grit", | 45 "+components/grit", |
| 46 "+components/guest_view", |
| 46 "+components/handoff", | 47 "+components/handoff", |
| 47 "+components/history", | 48 "+components/history", |
| 48 "+components/infobars", | 49 "+components/infobars", |
| 49 "+components/invalidation", | 50 "+components/invalidation", |
| 50 "+components/keyed_service", | 51 "+components/keyed_service", |
| 51 "+components/language_usage_metrics", | 52 "+components/language_usage_metrics", |
| 52 "+components/leveldb_proto", | 53 "+components/leveldb_proto", |
| 53 "+components/metrics", | 54 "+components/metrics", |
| 54 "+components/nacl/browser", | 55 "+components/nacl/browser", |
| 55 "+components/nacl/common", | 56 "+components/nacl/common", |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 178 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 178 "+third_party/WebKit/public/web/WebCache.h", | 179 "+third_party/WebKit/public/web/WebCache.h", |
| 179 "+third_party/WebKit/public/web/WebContextMenuData.h", | 180 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 180 "+third_party/WebKit/public/web/WebFindOptions.h", | 181 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 181 "+third_party/WebKit/public/web/WebInputEvent.h", | 182 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 182 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 183 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 183 "+third_party/WebKit/public/web/WebPluginAction.h", | 184 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 184 "+third_party/WebKit/public/web/WebTextDirection.h", | 185 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 185 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 186 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 186 ] | 187 ] |
| OLD | NEW |