| 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 30 matching lines...) Expand all Loading... |
| 41 "+components/omaha_query_params", | 41 "+components/omaha_query_params", |
| 42 "+components/os_crypt", | 42 "+components/os_crypt", |
| 43 "+components/password_manager", | 43 "+components/password_manager", |
| 44 "+components/policy", | 44 "+components/policy", |
| 45 "+components/precache", | 45 "+components/precache", |
| 46 "+components/pref_registry", | 46 "+components/pref_registry", |
| 47 "+components/query_parser", | 47 "+components/query_parser", |
| 48 "+components/rappor", | 48 "+components/rappor", |
| 49 "+components/search_engines", | 49 "+components/search_engines", |
| 50 "+components/search_provider_logos", | 50 "+components/search_provider_logos", |
| 51 "+components/session_manager", |
| 51 "+components/sessions", | 52 "+components/sessions", |
| 52 "+components/signin", | 53 "+components/signin", |
| 53 "+components/startup_metric_utils", | 54 "+components/startup_metric_utils", |
| 54 "+components/storage_monitor", | 55 "+components/storage_monitor", |
| 55 "+components/sync_driver", | 56 "+components/sync_driver", |
| 56 "+components/translate/content/browser", | 57 "+components/translate/content/browser", |
| 57 "+components/translate/content/common", | 58 "+components/translate/content/common", |
| 58 "+components/translate/core/browser", | 59 "+components/translate/core/browser", |
| 59 "+components/translate/core/common", | 60 "+components/translate/core/common", |
| 60 "+components/url_matcher", | 61 "+components/url_matcher", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "+third_party/WebKit/public/web/WebContextMenuData.h", | 138 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 138 "+third_party/WebKit/public/web/WebFindOptions.h", | 139 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 139 "+third_party/WebKit/public/web/WebInputEvent.h", | 140 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 141 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 142 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 143 "+third_party/WebKit/public/web/WebPluginAction.h", | 144 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 144 "+third_party/WebKit/public/web/WebTextDirection.h", | 145 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 145 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 146 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 146 ] | 147 ] |
| OLD | NEW |