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

Unified Diff: google_apis/google_apis.gyp

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Updating the function name and some of gyp files. Created 5 years, 3 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: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 659d98352485f0d613ca077cb9b791733eb1a21a..60603e890783140e3fe5206891ecbf278237d367 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -20,10 +20,12 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../components/components.gyp:data_use_measurement_core',
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
'../url/url.gyp:url_lib',
+
],
'conditions': [
['google_api_key!=""', {

Powered by Google App Engine
This is Rietveld 408576698