| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "+components/precache", | 75 "+components/precache", |
| 76 "+components/pref_registry", | 76 "+components/pref_registry", |
| 77 "+components/printing/browser", | 77 "+components/printing/browser", |
| 78 "+components/printing/common", | 78 "+components/printing/common", |
| 79 "+components/proximity_auth", | 79 "+components/proximity_auth", |
| 80 "+components/proxy_config", | 80 "+components/proxy_config", |
| 81 "+components/query_parser", | 81 "+components/query_parser", |
| 82 "+components/rappor", | 82 "+components/rappor", |
| 83 "+components/renderer_context_menu", | 83 "+components/renderer_context_menu", |
| 84 "+components/rlz", | 84 "+components/rlz", |
| 85 "+components/safe_browsing_db", | |
| 86 "+components/safe_json", | 85 "+components/safe_json", |
| 87 "+components/search", | 86 "+components/search", |
| 88 "+components/search_engines", | 87 "+components/search_engines", |
| 89 "+components/search_provider_logos", | 88 "+components/search_provider_logos", |
| 90 "+components/security_interstitials", | 89 "+components/security_interstitials", |
| 91 "+components/service_tab_launcher", | 90 "+components/service_tab_launcher", |
| 92 "+components/session_manager", | 91 "+components/session_manager", |
| 93 "+components/sessions", | 92 "+components/sessions", |
| 94 "+components/signin", | 93 "+components/signin", |
| 95 "+components/ssl_config", | 94 "+components/ssl_config", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 202 "+third_party/WebKit/public/web/WebCache.h", | 201 "+third_party/WebKit/public/web/WebCache.h", |
| 203 "+third_party/WebKit/public/web/WebContextMenuData.h", | 202 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 204 "+third_party/WebKit/public/web/WebFindOptions.h", | 203 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 205 "+third_party/WebKit/public/web/WebInputEvent.h", | 204 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 206 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 207 "+third_party/WebKit/public/web/WebPluginAction.h", | 206 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 208 "+third_party/WebKit/public/web/WebTextDirection.h", | 207 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 209 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 208 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 210 ] | 209 ] |
| OLD | NEW |