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

Unified Diff: chrome/BUILD.gn

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: import RecordHistogram in SigninManager Created 4 years, 10 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 | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b6178eec46231ca61f1344ce5a00274600f2da02..41d78ce8cde89d2ce560da71e604e72b5ca2168a 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -939,6 +939,13 @@ if (is_android) {
]
}
+ # GYP: //chrome/chrome.gyp:signin_metrics_enum_java
+ java_cpp_enum("signin_metrics_enum_javagen") {
+ sources = [
+ "../components/signin/core/browser/signin_metrics.h",
+ ]
+ }
+
# GYP: //chrome/chrome.gyp:page_info_connection_type_java
java_cpp_enum("page_info_connection_type_javagen") {
sources = [
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698