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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "+components/search_provider_logos", | 91 "+components/search_provider_logos", |
92 "+components/security_interstitials", | 92 "+components/security_interstitials", |
93 "+components/service_tab_launcher", | 93 "+components/service_tab_launcher", |
94 "+components/session_manager", | 94 "+components/session_manager", |
95 "+components/sessions", | 95 "+components/sessions", |
96 "+components/signin", | 96 "+components/signin", |
97 "+components/ssl_config", | 97 "+components/ssl_config", |
98 "+components/ssl_errors", | 98 "+components/ssl_errors", |
99 "+components/startup_metric_utils/browser", | 99 "+components/startup_metric_utils/browser", |
100 "+components/storage_monitor", | 100 "+components/storage_monitor", |
| 101 "+components/strings", |
101 "+components/suggestions", | 102 "+components/suggestions", |
102 "+components/sync_bookmarks", | 103 "+components/sync_bookmarks", |
103 "+components/sync_driver", | 104 "+components/sync_driver", |
104 "+components/sync_sessions", | 105 "+components/sync_sessions", |
105 "+components/syncable_prefs", | 106 "+components/syncable_prefs", |
106 "+components/tracing", | 107 "+components/tracing", |
107 "+components/translate/content/browser", | 108 "+components/translate/content/browser", |
108 "+components/translate/content/common", | 109 "+components/translate/content/common", |
109 "+components/translate/core/browser", | 110 "+components/translate/core/browser", |
110 "+components/translate/core/common", | 111 "+components/translate/core/common", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 209 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
209 "+third_party/WebKit/public/web/WebCache.h", | 210 "+third_party/WebKit/public/web/WebCache.h", |
210 "+third_party/WebKit/public/web/WebContextMenuData.h", | 211 "+third_party/WebKit/public/web/WebContextMenuData.h", |
211 "+third_party/WebKit/public/web/WebFindOptions.h", | 212 "+third_party/WebKit/public/web/WebFindOptions.h", |
212 "+third_party/WebKit/public/web/WebInputEvent.h", | 213 "+third_party/WebKit/public/web/WebInputEvent.h", |
213 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 214 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
214 "+third_party/WebKit/public/web/WebPluginAction.h", | 215 "+third_party/WebKit/public/web/WebPluginAction.h", |
215 "+third_party/WebKit/public/web/WebTextDirection.h", | 216 "+third_party/WebKit/public/web/WebTextDirection.h", |
216 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 217 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
217 ] | 218 ] |
OLD | NEW |