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

Unified Diff: chrome/BUILD.gn

Issue 2904083003: [Payments] Use C++ metric enums in Java. (Closed)
Patch Set: Enum rename for Windows 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') | 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 6279c3d65737f3744f68a255511a2d2f932cfd82..070d7c6008b1df85486014c538bc6e98b6771220 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1629,6 +1629,12 @@ if (is_android) {
]
}
+ java_cpp_enum("payments_journey_logger_enum_javagen") {
+ sources = [
+ "../components/payments/core/journey_logger.h",
+ ]
+ }
+
java_cpp_enum("quick_action_category_enum_javagen") {
sources = [
"browser/android/contextualsearch/resolved_search_term.h",
« 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