| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "+components/password_manager", | 52 "+components/password_manager", |
| 53 "+components/pdf/browser", | 53 "+components/pdf/browser", |
| 54 "+components/policy", | 54 "+components/policy", |
| 55 "+components/power", | 55 "+components/power", |
| 56 "+components/precache", | 56 "+components/precache", |
| 57 "+components/pref_registry", | 57 "+components/pref_registry", |
| 58 "+components/proximity_auth", | 58 "+components/proximity_auth", |
| 59 "+components/query_parser", | 59 "+components/query_parser", |
| 60 "+components/rappor", | 60 "+components/rappor", |
| 61 "+components/renderer_context_menu", | 61 "+components/renderer_context_menu", |
| 62 "+components/screenshot_taker", |
| 62 "+components/search", | 63 "+components/search", |
| 63 "+components/search_engines", | 64 "+components/search_engines", |
| 64 "+components/search_provider_logos", | 65 "+components/search_provider_logos", |
| 65 "+components/session_manager", | 66 "+components/session_manager", |
| 66 "+components/sessions", | 67 "+components/sessions", |
| 67 "+components/signin", | 68 "+components/signin", |
| 68 "+components/startup_metric_utils", | 69 "+components/startup_metric_utils", |
| 69 "+components/storage_monitor", | 70 "+components/storage_monitor", |
| 70 "+components/suggestions", | 71 "+components/suggestions", |
| 71 "+components/sync_driver", | 72 "+components/sync_driver", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "+third_party/WebKit/public/web/WebCache.h", | 163 "+third_party/WebKit/public/web/WebCache.h", |
| 163 "+third_party/WebKit/public/web/WebContextMenuData.h", | 164 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 164 "+third_party/WebKit/public/web/WebFindOptions.h", | 165 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 165 "+third_party/WebKit/public/web/WebInputEvent.h", | 166 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 166 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 167 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 167 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 168 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 168 "+third_party/WebKit/public/web/WebPluginAction.h", | 169 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 169 "+third_party/WebKit/public/web/WebTextDirection.h", | 170 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 170 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 171 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 171 ] | 172 ] |
| OLD | NEW |