| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "+components/query_parser", | 87 "+components/query_parser", |
| 88 "+components/rappor", | 88 "+components/rappor", |
| 89 "+components/renderer_context_menu", | 89 "+components/renderer_context_menu", |
| 90 "+components/rlz", | 90 "+components/rlz", |
| 91 "+components/safe_browsing_db", | 91 "+components/safe_browsing_db", |
| 92 "+components/safe_json", | 92 "+components/safe_json", |
| 93 "+components/search", | 93 "+components/search", |
| 94 "+components/search_engines", | 94 "+components/search_engines", |
| 95 "+components/search_provider_logos", | 95 "+components/search_provider_logos", |
| 96 "+components/security_interstitials", | 96 "+components/security_interstitials", |
| 97 "+components/security_state", |
| 97 "+components/service_tab_launcher", | 98 "+components/service_tab_launcher", |
| 98 "+components/session_manager", | 99 "+components/session_manager", |
| 99 "+components/sessions", | 100 "+components/sessions", |
| 100 "+components/signin", | 101 "+components/signin", |
| 101 "+components/ssl_config", | 102 "+components/ssl_config", |
| 102 "+components/ssl_errors", | 103 "+components/ssl_errors", |
| 103 "+components/startup_metric_utils/browser", | 104 "+components/startup_metric_utils/browser", |
| 104 "+components/storage_monitor", | 105 "+components/storage_monitor", |
| 105 "+components/strings", | 106 "+components/strings", |
| 106 "+components/suggestions", | 107 "+components/suggestions", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 218 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 218 "+third_party/WebKit/public/web/WebCache.h", | 219 "+third_party/WebKit/public/web/WebCache.h", |
| 219 "+third_party/WebKit/public/web/WebContextMenuData.h", | 220 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 220 "+third_party/WebKit/public/web/WebFindOptions.h", | 221 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 221 "+third_party/WebKit/public/web/WebInputEvent.h", | 222 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 222 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 223 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 223 "+third_party/WebKit/public/web/WebPluginAction.h", | 224 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 224 "+third_party/WebKit/public/web/WebTextDirection.h", | 225 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 225 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 226 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 226 ] | 227 ] |
| OLD | NEW |