| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "+components/precache", | 70 "+components/precache", |
| 71 "+components/pref_registry", | 71 "+components/pref_registry", |
| 72 "+components/printing/browser", | 72 "+components/printing/browser", |
| 73 "+components/printing/common", | 73 "+components/printing/common", |
| 74 "+components/proximity_auth", | 74 "+components/proximity_auth", |
| 75 "+components/proxy_config", | 75 "+components/proxy_config", |
| 76 "+components/query_parser", | 76 "+components/query_parser", |
| 77 "+components/rappor", | 77 "+components/rappor", |
| 78 "+components/renderer_context_menu", | 78 "+components/renderer_context_menu", |
| 79 "+components/rlz", | 79 "+components/rlz", |
| 80 "+components/safe_browsing_db", |
| 80 "+components/safe_json", | 81 "+components/safe_json", |
| 81 "+components/search", | 82 "+components/search", |
| 82 "+components/search_engines", | 83 "+components/search_engines", |
| 83 "+components/search_provider_logos", | 84 "+components/search_provider_logos", |
| 84 "+components/security_interstitials", | 85 "+components/security_interstitials", |
| 85 "+components/service_tab_launcher", | 86 "+components/service_tab_launcher", |
| 86 "+components/session_manager", | 87 "+components/session_manager", |
| 87 "+components/sessions", | 88 "+components/sessions", |
| 88 "+components/signin", | 89 "+components/signin", |
| 89 "+components/startup_metric_utils", | 90 "+components/startup_metric_utils", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 195 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 195 "+third_party/WebKit/public/web/WebCache.h", | 196 "+third_party/WebKit/public/web/WebCache.h", |
| 196 "+third_party/WebKit/public/web/WebContextMenuData.h", | 197 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 197 "+third_party/WebKit/public/web/WebFindOptions.h", | 198 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 198 "+third_party/WebKit/public/web/WebInputEvent.h", | 199 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 199 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 200 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 200 "+third_party/WebKit/public/web/WebPluginAction.h", | 201 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 201 "+third_party/WebKit/public/web/WebTextDirection.h", | 202 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 202 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 203 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 203 ] | 204 ] |
| OLD | NEW |