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

Unified Diff: chrome/chrome.gyp

Issue 1578433002: Implementation of newly designed sign in related histograms for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use auto-generated enum Created 4 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 1ad742e415ee81f81d95c820f62419b9dd6d28de..e1b3509346acfd59d7a9c6bdb5282ad13b56ad81 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -548,6 +548,7 @@
'profile_account_management_metrics_java',
'resource_id_java',
'shortcut_source_java',
+ 'signin_metrics_enum_java',
'tab_load_status_java',
'../base/base.gyp:base',
'../build/android/java_google_api_keys.gyp:google_api_keys_java',
@@ -671,6 +672,15 @@
},
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
+ {
+ # GN: //chrome:signin_metrics_enum_javagen
+ 'target_name': 'signin_metrics_enum_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../components/signin/core/browser/signin_metrics.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
], # 'targets'
'includes': [
'chrome_android.gypi',

Powered by Google App Engine
This is Rietveld 408576698