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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "+components/query_parser", | 85 "+components/query_parser", |
86 "+components/rappor", | 86 "+components/rappor", |
87 "+components/renderer_context_menu", | 87 "+components/renderer_context_menu", |
88 "+components/rlz", | 88 "+components/rlz", |
89 "+components/safe_browsing_db", | 89 "+components/safe_browsing_db", |
90 "+components/safe_json", | 90 "+components/safe_json", |
91 "+components/search", | 91 "+components/search", |
92 "+components/search_engines", | 92 "+components/search_engines", |
93 "+components/search_provider_logos", | 93 "+components/search_provider_logos", |
94 "+components/security_interstitials", | 94 "+components/security_interstitials", |
| 95 "+components/security_state", |
95 "+components/service_tab_launcher", | 96 "+components/service_tab_launcher", |
96 "+components/session_manager", | 97 "+components/session_manager", |
97 "+components/sessions", | 98 "+components/sessions", |
98 "+components/signin", | 99 "+components/signin", |
99 "+components/ssl_config", | 100 "+components/ssl_config", |
100 "+components/ssl_errors", | 101 "+components/ssl_errors", |
101 "+components/startup_metric_utils/browser", | 102 "+components/startup_metric_utils/browser", |
102 "+components/storage_monitor", | 103 "+components/storage_monitor", |
103 "+components/strings", | 104 "+components/strings", |
104 "+components/suggestions", | 105 "+components/suggestions", |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 214 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
214 "+third_party/WebKit/public/web/WebCache.h", | 215 "+third_party/WebKit/public/web/WebCache.h", |
215 "+third_party/WebKit/public/web/WebContextMenuData.h", | 216 "+third_party/WebKit/public/web/WebContextMenuData.h", |
216 "+third_party/WebKit/public/web/WebFindOptions.h", | 217 "+third_party/WebKit/public/web/WebFindOptions.h", |
217 "+third_party/WebKit/public/web/WebInputEvent.h", | 218 "+third_party/WebKit/public/web/WebInputEvent.h", |
218 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 219 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
219 "+third_party/WebKit/public/web/WebPluginAction.h", | 220 "+third_party/WebKit/public/web/WebPluginAction.h", |
220 "+third_party/WebKit/public/web/WebTextDirection.h", | 221 "+third_party/WebKit/public/web/WebTextDirection.h", |
221 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 222 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
222 ] | 223 ] |
OLD | NEW |