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

Unified Diff: chrome/BUILD.gn

Issue 2904083003: [Payments] Use C++ metric enums in Java. (Closed)
Patch Set: Created 3 years, 7 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') | components/payments/core/journey_logger.h » ('J')
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 6279c3d65737f3744f68a255511a2d2f932cfd82..4500cd361502f5962b954b14e1b039f03b9021f8 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1611,6 +1611,12 @@ if (is_android) {
]
}
+ java_cpp_enum("journey_logger_enum_javagen") {
gogerald1 2017/05/29 16:05:42 *payments_journey_logger_enum_javagen*?
sebsg 2017/05/29 16:44:49 Done.
+ sources = [
+ "../components/payments/core/journey_logger.h",
+ ]
+ }
+
java_cpp_enum("signin_metrics_enum_javagen") {
sources = [
"../components/signin/core/browser/signin_metrics.h",
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | components/payments/core/journey_logger.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698