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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/metrics/DEPS
diff --git a/components/metrics/DEPS b/components/metrics/DEPS
index 3156f34603dd0b7119fc65cd1fd5130ad4a75676..2017f0466a8bf70383b455165b7756a84dfa4d9c 100644
--- a/components/metrics/DEPS
+++ b/components/metrics/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+components/prefs",
"+components/variations",
"+components/version_info",
+ "+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::
"+content/public/test",
"+mojo/public/cpp",
"+services/service_manager/public/cpp",

Powered by Google App Engine
This is Rietveld 408576698