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

Side by Side Diff: components/metrics/DEPS

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Use thread local storage. Created 3 years, 8 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 # This component is shared with the Chrome OS build, so it's important to limit 1 # This component is shared with the Chrome OS build, so it's important to limit
2 # dependencies to a minimal set. 2 # dependencies to a minimal set.
3 include_rules = [ 3 include_rules = [
4 "-components", 4 "-components",
5 "+components/browser_watcher", 5 "+components/browser_watcher",
6 "+components/compression", 6 "+components/compression",
7 "+components/metrics", 7 "+components/metrics",
8 "+components/prefs", 8 "+components/prefs",
9 "+components/variations", 9 "+components/variations",
10 "+components/version_info", 10 "+components/version_info",
11 "+content/public/common",
Alexei Svitkine (slow) 2017/04/26 18:12:53 We don't want metrics component to depend on conte
DaleCurtis 2017/04/29 00:30:35 Done. Now the service name is passed in as a std::
11 "+content/public/test", 12 "+content/public/test",
12 "+mojo/public/cpp", 13 "+mojo/public/cpp",
13 "+services/service_manager/public/cpp", 14 "+services/service_manager/public/cpp",
14 "+third_party/zlib/google", 15 "+third_party/zlib/google",
15 "-net", 16 "-net",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698