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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "+components/search_provider_logos", | 95 "+components/search_provider_logos", |
96 "+components/security_interstitials", | 96 "+components/security_interstitials", |
97 "+components/security_state", | 97 "+components/security_state", |
98 "+components/service_tab_launcher", | 98 "+components/service_tab_launcher", |
99 "+components/session_manager", | 99 "+components/session_manager", |
100 "+components/sessions", | 100 "+components/sessions", |
101 "+components/signin", | 101 "+components/signin", |
102 "+components/ssl_config", | 102 "+components/ssl_config", |
103 "+components/ssl_errors", | 103 "+components/ssl_errors", |
104 "+components/startup_metric_utils/browser", | 104 "+components/startup_metric_utils/browser", |
| 105 "+components/startup_metric_utils/common", |
105 "+components/storage_monitor", | 106 "+components/storage_monitor", |
106 "+components/strings", | 107 "+components/strings", |
107 "+components/suggestions", | 108 "+components/suggestions", |
108 "+components/sync_bookmarks", | 109 "+components/sync_bookmarks", |
109 "+components/sync_driver", | 110 "+components/sync_driver", |
110 "+components/sync_sessions", | 111 "+components/sync_sessions", |
111 "+components/syncable_prefs", | 112 "+components/syncable_prefs", |
112 "+components/tracing", | 113 "+components/tracing", |
113 "+components/translate/content/browser", | 114 "+components/translate/content/browser", |
114 "+components/translate/content/common", | 115 "+components/translate/content/common", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 219 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
219 "+third_party/WebKit/public/web/WebCache.h", | 220 "+third_party/WebKit/public/web/WebCache.h", |
220 "+third_party/WebKit/public/web/WebContextMenuData.h", | 221 "+third_party/WebKit/public/web/WebContextMenuData.h", |
221 "+third_party/WebKit/public/web/WebFindOptions.h", | 222 "+third_party/WebKit/public/web/WebFindOptions.h", |
222 "+third_party/WebKit/public/web/WebInputEvent.h", | 223 "+third_party/WebKit/public/web/WebInputEvent.h", |
223 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 224 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
224 "+third_party/WebKit/public/web/WebPluginAction.h", | 225 "+third_party/WebKit/public/web/WebPluginAction.h", |
225 "+third_party/WebKit/public/web/WebTextDirection.h", | 226 "+third_party/WebKit/public/web/WebTextDirection.h", |
226 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 227 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
227 ] | 228 ] |
OLD | NEW |