| 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", |
| 11 "+components/autocomplete", | |
| 12 "+components/autofill/content/browser", | 11 "+components/autofill/content/browser", |
| 13 "+components/autofill/content/common", | 12 "+components/autofill/content/common", |
| 14 "+components/autofill/core/browser", | 13 "+components/autofill/core/browser", |
| 15 "+components/autofill/core/common", | 14 "+components/autofill/core/common", |
| 16 "+components/bookmarks/browser", | 15 "+components/bookmarks/browser", |
| 17 "+components/bookmarks/common", | 16 "+components/bookmarks/common", |
| 18 "+components/bookmarks/test", | 17 "+components/bookmarks/test", |
| 19 "+components/breakpad", | 18 "+components/breakpad", |
| 20 "+components/cdm/browser", | 19 "+components/cdm/browser", |
| 21 "+components/cloud_devices/common", | 20 "+components/cloud_devices/common", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 34 "+components/keyed_service", | 33 "+components/keyed_service", |
| 35 "+components/language_usage_metrics", | 34 "+components/language_usage_metrics", |
| 36 "+components/leveldb_proto", | 35 "+components/leveldb_proto", |
| 37 "+components/metrics", | 36 "+components/metrics", |
| 38 "+components/nacl/browser", | 37 "+components/nacl/browser", |
| 39 "+components/nacl/common", | 38 "+components/nacl/common", |
| 40 "+components/navigation_interception", | 39 "+components/navigation_interception", |
| 41 "+components/navigation_metrics", | 40 "+components/navigation_metrics", |
| 42 "+components/network_time", | 41 "+components/network_time", |
| 43 "+components/omaha_query_params", | 42 "+components/omaha_query_params", |
| 43 "+components/omnibox", |
| 44 "+components/os_crypt", | 44 "+components/os_crypt", |
| 45 "+components/password_manager", | 45 "+components/password_manager", |
| 46 "+components/policy", | 46 "+components/policy", |
| 47 "+components/precache", | 47 "+components/precache", |
| 48 "+components/pref_registry", | 48 "+components/pref_registry", |
| 49 "+components/query_parser", | 49 "+components/query_parser", |
| 50 "+components/rappor", | 50 "+components/rappor", |
| 51 "+components/renderer_context_menu", | 51 "+components/renderer_context_menu", |
| 52 "+components/search", | 52 "+components/search", |
| 53 "+components/search_engines", | 53 "+components/search_engines", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "+third_party/WebKit/public/web/WebCache.h", | 143 "+third_party/WebKit/public/web/WebCache.h", |
| 144 "+third_party/WebKit/public/web/WebContextMenuData.h", | 144 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 145 "+third_party/WebKit/public/web/WebFindOptions.h", | 145 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 146 "+third_party/WebKit/public/web/WebInputEvent.h", | 146 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 147 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 147 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 148 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 148 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 149 "+third_party/WebKit/public/web/WebPluginAction.h", | 149 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 150 "+third_party/WebKit/public/web/WebTextDirection.h", | 150 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 151 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 151 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 152 ] | 152 ] |
| OLD | NEW |