Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: chrome/browser/DEPS

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Reverting the changes in //google_apis Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 14 matching lines...) Expand all
25 "+components/browsing_data", 25 "+components/browsing_data",
26 "+components/cdm/browser", 26 "+components/cdm/browser",
27 "+components/cloud_devices/common", 27 "+components/cloud_devices/common",
28 "+components/component_updater", 28 "+components/component_updater",
29 "+components/compression", 29 "+components/compression",
30 "+components/content_settings", 30 "+components/content_settings",
31 "+components/copresence", 31 "+components/copresence",
32 "+components/crash", 32 "+components/crash",
33 "+components/crx_file", 33 "+components/crx_file",
34 "+components/data_reduction_proxy", 34 "+components/data_reduction_proxy",
35 "+components/data_use_measurement/core",
35 "+components/device_event_log", 36 "+components/device_event_log",
36 "+components/dom_distiller", 37 "+components/dom_distiller",
37 "+components/domain_reliability", 38 "+components/domain_reliability",
38 "+components/enhanced_bookmarks", 39 "+components/enhanced_bookmarks",
39 "+components/favicon", 40 "+components/favicon",
40 "+components/favicon_base", 41 "+components/favicon_base",
41 "+components/feedback", 42 "+components/feedback",
42 "+components/gcm_driver", 43 "+components/gcm_driver",
43 "+components/google", 44 "+components/google",
44 "+components/grit", 45 "+components/grit",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 193 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
193 "+third_party/WebKit/public/web/WebCache.h", 194 "+third_party/WebKit/public/web/WebCache.h",
194 "+third_party/WebKit/public/web/WebContextMenuData.h", 195 "+third_party/WebKit/public/web/WebContextMenuData.h",
195 "+third_party/WebKit/public/web/WebFindOptions.h", 196 "+third_party/WebKit/public/web/WebFindOptions.h",
196 "+third_party/WebKit/public/web/WebInputEvent.h", 197 "+third_party/WebKit/public/web/WebInputEvent.h",
197 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 198 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
198 "+third_party/WebKit/public/web/WebPluginAction.h", 199 "+third_party/WebKit/public/web/WebPluginAction.h",
199 "+third_party/WebKit/public/web/WebTextDirection.h", 200 "+third_party/WebKit/public/web/WebTextDirection.h",
200 "+third_party/WebKit/public/web/WebWindowFeatures.h", 201 "+third_party/WebKit/public/web/WebWindowFeatures.h",
201 ] 202 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698