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

Side by Side Diff: chrome/browser/DEPS

Issue 1412113002: Componentize MetricsServicesManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_metrics_services_manager
Patch Set: Rebase Created 5 years, 2 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "+components/grit", 48 "+components/grit",
49 "+components/guest_view/browser", 49 "+components/guest_view/browser",
50 "+components/handoff", 50 "+components/handoff",
51 "+components/history", 51 "+components/history",
52 "+components/infobars", 52 "+components/infobars",
53 "+components/invalidation", 53 "+components/invalidation",
54 "+components/keyed_service", 54 "+components/keyed_service",
55 "+components/language_usage_metrics", 55 "+components/language_usage_metrics",
56 "+components/leveldb_proto", 56 "+components/leveldb_proto",
57 "+components/metrics", 57 "+components/metrics",
58 "+components/metrics_services_manager",
58 "+components/mime_util", 59 "+components/mime_util",
59 "+components/nacl/browser", 60 "+components/nacl/browser",
60 "+components/nacl/common", 61 "+components/nacl/common",
61 "+components/navigation_interception", 62 "+components/navigation_interception",
62 "+components/navigation_metrics", 63 "+components/navigation_metrics",
63 "+components/net_log", 64 "+components/net_log",
64 "+components/network_hints", 65 "+components/network_hints",
65 "+components/network_time", 66 "+components/network_time",
66 "+components/offline_pages", 67 "+components/offline_pages",
67 "+components/omnibox/browser", 68 "+components/omnibox/browser",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
200 "+third_party/WebKit/public/web/WebCache.h", 201 "+third_party/WebKit/public/web/WebCache.h",
201 "+third_party/WebKit/public/web/WebContextMenuData.h", 202 "+third_party/WebKit/public/web/WebContextMenuData.h",
202 "+third_party/WebKit/public/web/WebFindOptions.h", 203 "+third_party/WebKit/public/web/WebFindOptions.h",
203 "+third_party/WebKit/public/web/WebInputEvent.h", 204 "+third_party/WebKit/public/web/WebInputEvent.h",
204 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
205 "+third_party/WebKit/public/web/WebPluginAction.h", 206 "+third_party/WebKit/public/web/WebPluginAction.h",
206 "+third_party/WebKit/public/web/WebTextDirection.h", 207 "+third_party/WebKit/public/web/WebTextDirection.h",
207 "+third_party/WebKit/public/web/WebWindowFeatures.h", 208 "+third_party/WebKit/public/web/WebWindowFeatures.h",
208 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698