| 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/blacklist", | 6 "+chrome_elf/blacklist", |
| 7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
| 8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
| 9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
| 10 "+chromeos", | 10 "+chromeos", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "+components/domain_reliability", | 23 "+components/domain_reliability", |
| 24 "+components/favicon_base", | 24 "+components/favicon_base", |
| 25 "+components/feedback", | 25 "+components/feedback", |
| 26 "+components/gcm_driver", | 26 "+components/gcm_driver", |
| 27 "+components/google", | 27 "+components/google", |
| 28 "+components/history", | 28 "+components/history", |
| 29 "+components/infobars", | 29 "+components/infobars", |
| 30 "+components/invalidation", | 30 "+components/invalidation", |
| 31 "+components/keyed_service", | 31 "+components/keyed_service", |
| 32 "+components/language_usage_metrics", | 32 "+components/language_usage_metrics", |
| 33 "+components/leveldb_proto", |
| 33 "+components/nacl/browser", | 34 "+components/nacl/browser", |
| 34 "+components/nacl/common", | 35 "+components/nacl/common", |
| 35 "+components/navigation_interception", | 36 "+components/navigation_interception", |
| 36 "+components/navigation_metrics", | 37 "+components/navigation_metrics", |
| 37 "+components/network_time", | 38 "+components/network_time", |
| 38 "+components/os_crypt", | 39 "+components/os_crypt", |
| 39 "+components/password_manager", | 40 "+components/password_manager", |
| 40 "+components/policy", | 41 "+components/policy", |
| 41 "+components/precache", | 42 "+components/precache", |
| 42 "+components/pref_registry", | 43 "+components/pref_registry", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "+third_party/WebKit/public/web/WebContextMenuData.h", | 131 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 131 "+third_party/WebKit/public/web/WebFindOptions.h", | 132 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 132 "+third_party/WebKit/public/web/WebInputEvent.h", | 133 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 133 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 134 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 134 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 135 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 135 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 136 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 136 "+third_party/WebKit/public/web/WebPluginAction.h", | 137 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 137 "+third_party/WebKit/public/web/WebTextDirection.h", | 138 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 138 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 139 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 139 ] | 140 ] |
| OLD | NEW |