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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "+components/policy", | 78 "+components/policy", |
79 "+components/power", | 79 "+components/power", |
80 "+components/precache", | 80 "+components/precache", |
81 "+components/pref_registry", | 81 "+components/pref_registry", |
82 "+components/printing/browser", | 82 "+components/printing/browser", |
83 "+components/printing/common", | 83 "+components/printing/common", |
84 "+components/profile_metrics", | 84 "+components/profile_metrics", |
85 "+components/proximity_auth", | 85 "+components/proximity_auth", |
86 "+components/proxy_config", | 86 "+components/proxy_config", |
87 "+components/query_parser", | 87 "+components/query_parser", |
| 88 "+components/quirks_client", |
88 "+components/rappor", | 89 "+components/rappor", |
89 "+components/renderer_context_menu", | 90 "+components/renderer_context_menu", |
90 "+components/rlz", | 91 "+components/rlz", |
91 "+components/safe_browsing_db", | 92 "+components/safe_browsing_db", |
92 "+components/safe_json", | 93 "+components/safe_json", |
93 "+components/search", | 94 "+components/search", |
94 "+components/search_engines", | 95 "+components/search_engines", |
95 "+components/search_provider_logos", | 96 "+components/search_provider_logos", |
96 "+components/security_interstitials", | 97 "+components/security_interstitials", |
97 "+components/security_state", | 98 "+components/security_state", |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 221 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
221 "+third_party/WebKit/public/web/WebCache.h", | 222 "+third_party/WebKit/public/web/WebCache.h", |
222 "+third_party/WebKit/public/web/WebContextMenuData.h", | 223 "+third_party/WebKit/public/web/WebContextMenuData.h", |
223 "+third_party/WebKit/public/web/WebFindOptions.h", | 224 "+third_party/WebKit/public/web/WebFindOptions.h", |
224 "+third_party/WebKit/public/web/WebInputEvent.h", | 225 "+third_party/WebKit/public/web/WebInputEvent.h", |
225 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 226 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
226 "+third_party/WebKit/public/web/WebPluginAction.h", | 227 "+third_party/WebKit/public/web/WebPluginAction.h", |
227 "+third_party/WebKit/public/web/WebTextDirection.h", | 228 "+third_party/WebKit/public/web/WebTextDirection.h", |
228 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 229 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
229 ] | 230 ] |
OLD | NEW |