OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
10 "+chromeos", | 10 "+chromeos", |
(...skipping 16 matching lines...) Expand all Loading... | |
27 "+components/keyed_service", | 27 "+components/keyed_service", |
28 "+components/language_usage_metrics", | 28 "+components/language_usage_metrics", |
29 "+components/nacl/browser", | 29 "+components/nacl/browser", |
30 "+components/nacl/common", | 30 "+components/nacl/common", |
31 "+components/navigation_interception", | 31 "+components/navigation_interception", |
32 "+components/navigation_metrics", | 32 "+components/navigation_metrics", |
33 "+components/os_crypt", | 33 "+components/os_crypt", |
34 "+components/password_manager", | 34 "+components/password_manager", |
35 "+components/policy", | 35 "+components/policy", |
36 "+components/precache", | 36 "+components/precache", |
37 "+components/pref_registry", | |
sky
2014/05/12 22:05:50
How about putting this in chrome/browser and chrom
tfarina
2014/05/13 02:41:37
Moved this entry to chrome/DEPS, assuming that is
| |
37 "+components/query_parser", | 38 "+components/query_parser", |
38 "+components/rappor", | 39 "+components/rappor", |
39 "+components/search_provider_logos", | 40 "+components/search_provider_logos", |
40 "+components/sessions", | 41 "+components/sessions", |
41 "+components/signin", | 42 "+components/signin", |
42 "+components/startup_metric_utils", | 43 "+components/startup_metric_utils", |
43 "+components/storage_monitor", | 44 "+components/storage_monitor", |
44 "+components/sync_driver", | 45 "+components/sync_driver", |
45 "+components/translate/content/browser", | 46 "+components/translate/content/browser", |
46 "+components/translate/content/common", | 47 "+components/translate/content/common", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 "+third_party/WebKit/public/web/WebContextMenuData.h", | 125 "+third_party/WebKit/public/web/WebContextMenuData.h", |
125 "+third_party/WebKit/public/web/WebFindOptions.h", | 126 "+third_party/WebKit/public/web/WebFindOptions.h", |
126 "+third_party/WebKit/public/web/WebInputEvent.h", | 127 "+third_party/WebKit/public/web/WebInputEvent.h", |
127 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 128 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
128 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 129 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
129 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 130 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
130 "+third_party/WebKit/public/web/WebPluginAction.h", | 131 "+third_party/WebKit/public/web/WebPluginAction.h", |
131 "+third_party/WebKit/public/web/WebTextDirection.h", | 132 "+third_party/WebKit/public/web/WebTextDirection.h", |
132 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 133 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
133 ] | 134 ] |
OLD | NEW |