| 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/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
| 7 "+chrome/installer", | 7 "+chrome/installer", |
| 8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
| 9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
| 10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 "+components/google", | 34 "+components/google", |
| 35 "+components/history", | 35 "+components/history", |
| 36 "+components/infobars", | 36 "+components/infobars", |
| 37 "+components/invalidation", | 37 "+components/invalidation", |
| 38 "+components/keyed_service", | 38 "+components/keyed_service", |
| 39 "+components/language_usage_metrics", | 39 "+components/language_usage_metrics", |
| 40 "+components/leveldb_proto", | 40 "+components/leveldb_proto", |
| 41 "+components/metrics", | 41 "+components/metrics", |
| 42 "+components/nacl/browser", | 42 "+components/nacl/browser", |
| 43 "+components/nacl/common", | 43 "+components/nacl/common", |
| 44 "+components/native_app_window", |
| 44 "+components/navigation_interception", | 45 "+components/navigation_interception", |
| 45 "+components/navigation_metrics", | 46 "+components/navigation_metrics", |
| 46 "+components/network_time", | 47 "+components/network_time", |
| 47 "+components/omaha_query_params", | 48 "+components/omaha_query_params", |
| 48 "+components/omnibox", | 49 "+components/omnibox", |
| 49 "+components/os_crypt", | 50 "+components/os_crypt", |
| 50 "+components/password_manager", | 51 "+components/password_manager", |
| 51 "+components/pdf/browser", | 52 "+components/pdf/browser", |
| 52 "+components/policy", | 53 "+components/policy", |
| 53 "+components/power", | 54 "+components/power", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "+third_party/WebKit/public/web/WebCache.h", | 159 "+third_party/WebKit/public/web/WebCache.h", |
| 159 "+third_party/WebKit/public/web/WebContextMenuData.h", | 160 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 160 "+third_party/WebKit/public/web/WebFindOptions.h", | 161 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 161 "+third_party/WebKit/public/web/WebInputEvent.h", | 162 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 162 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 163 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 163 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 164 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 164 "+third_party/WebKit/public/web/WebPluginAction.h", | 165 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 165 "+third_party/WebKit/public/web/WebTextDirection.h", | 166 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 166 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 167 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 167 ] | 168 ] |
| OLD | NEW |