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

Side by Side Diff: chrome/browser/DEPS

Issue 1390993005: Amortize data usage using TrafficStats on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data_use_buffering
Patch Set: Simplified and polished design, still ironing out tests Created 5 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15 matching lines...) Expand all
26 "+components/cdm/browser", 26 "+components/cdm/browser",
27 "+components/certificate_reporting", 27 "+components/certificate_reporting",
28 "+components/cloud_devices/common", 28 "+components/cloud_devices/common",
29 "+components/component_updater", 29 "+components/component_updater",
30 "+components/compression", 30 "+components/compression",
31 "+components/content_settings", 31 "+components/content_settings",
32 "+components/copresence", 32 "+components/copresence",
33 "+components/crash", 33 "+components/crash",
34 "+components/crx_file", 34 "+components/crx_file",
35 "+components/data_reduction_proxy", 35 "+components/data_reduction_proxy",
36 "+components/data_usage/core", 36 "+components/data_usage",
37 "+components/data_use_measurement/core", 37 "+components/data_use_measurement/core",
38 "+components/device_event_log", 38 "+components/device_event_log",
39 "+components/dom_distiller", 39 "+components/dom_distiller",
40 "+components/domain_reliability", 40 "+components/domain_reliability",
41 "+components/enhanced_bookmarks", 41 "+components/enhanced_bookmarks",
42 "+components/favicon", 42 "+components/favicon",
43 "+components/favicon_base", 43 "+components/favicon_base",
44 "+components/feedback", 44 "+components/feedback",
45 "+components/flags_ui", 45 "+components/flags_ui",
46 "+components/gcm_driver", 46 "+components/gcm_driver",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 207 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
208 "+third_party/WebKit/public/web/WebCache.h", 208 "+third_party/WebKit/public/web/WebCache.h",
209 "+third_party/WebKit/public/web/WebContextMenuData.h", 209 "+third_party/WebKit/public/web/WebContextMenuData.h",
210 "+third_party/WebKit/public/web/WebFindOptions.h", 210 "+third_party/WebKit/public/web/WebFindOptions.h",
211 "+third_party/WebKit/public/web/WebInputEvent.h", 211 "+third_party/WebKit/public/web/WebInputEvent.h",
212 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 212 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
213 "+third_party/WebKit/public/web/WebPluginAction.h", 213 "+third_party/WebKit/public/web/WebPluginAction.h",
214 "+third_party/WebKit/public/web/WebTextDirection.h", 214 "+third_party/WebKit/public/web/WebTextDirection.h",
215 "+third_party/WebKit/public/web/WebWindowFeatures.h", 215 "+third_party/WebKit/public/web/WebWindowFeatures.h",
216 ] 216 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698