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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 "+components/rlz", | 83 "+components/rlz", |
84 "+components/safe_json", | 84 "+components/safe_json", |
85 "+components/search", | 85 "+components/search", |
86 "+components/search_engines", | 86 "+components/search_engines", |
87 "+components/search_provider_logos", | 87 "+components/search_provider_logos", |
88 "+components/security_interstitials", | 88 "+components/security_interstitials", |
89 "+components/service_tab_launcher", | 89 "+components/service_tab_launcher", |
90 "+components/session_manager", | 90 "+components/session_manager", |
91 "+components/sessions", | 91 "+components/sessions", |
92 "+components/signin", | 92 "+components/signin", |
| 93 "+components/ssl_config", |
93 "+components/ssl_errors", | 94 "+components/ssl_errors", |
94 "+components/startup_metric_utils", | 95 "+components/startup_metric_utils", |
95 "+components/storage_monitor", | 96 "+components/storage_monitor", |
96 "+components/suggestions", | 97 "+components/suggestions", |
97 "+components/sync_bookmarks", | 98 "+components/sync_bookmarks", |
98 "+components/sync_driver", | 99 "+components/sync_driver", |
99 "+components/syncable_prefs", | 100 "+components/syncable_prefs", |
100 "+components/tracing", | 101 "+components/tracing", |
101 "+components/translate/content/browser", | 102 "+components/translate/content/browser", |
102 "+components/translate/content/common", | 103 "+components/translate/content/common", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 203 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
203 "+third_party/WebKit/public/web/WebCache.h", | 204 "+third_party/WebKit/public/web/WebCache.h", |
204 "+third_party/WebKit/public/web/WebContextMenuData.h", | 205 "+third_party/WebKit/public/web/WebContextMenuData.h", |
205 "+third_party/WebKit/public/web/WebFindOptions.h", | 206 "+third_party/WebKit/public/web/WebFindOptions.h", |
206 "+third_party/WebKit/public/web/WebInputEvent.h", | 207 "+third_party/WebKit/public/web/WebInputEvent.h", |
207 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 208 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
208 "+third_party/WebKit/public/web/WebPluginAction.h", | 209 "+third_party/WebKit/public/web/WebPluginAction.h", |
209 "+third_party/WebKit/public/web/WebTextDirection.h", | 210 "+third_party/WebKit/public/web/WebTextDirection.h", |
210 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 211 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
211 ] | 212 ] |
OLD | NEW |