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

Unified Diff: components/gcm_driver/BUILD.gn

Issue 2641293002: Add data usage tracking for chrome services (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/BUILD.gn
diff --git a/components/gcm_driver/BUILD.gn b/components/gcm_driver/BUILD.gn
index 25d7e3f9adfd086ee0f8c833bdefe2542ba53dc0..125336e71784e1d32c568588a62997d547df67e5 100644
--- a/components/gcm_driver/BUILD.gn
+++ b/components/gcm_driver/BUILD.gn
@@ -67,6 +67,7 @@ static_library("gcm_driver") {
deps = [
"//base:i18n",
"//components/crx_file",
+ "//components/data_use_measurement/core",
"//components/keyed_service/core",
"//components/os_crypt",
"//components/pref_registry",
« no previous file with comments | « components/data_use_measurement/core/data_use_user_data.cc ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698