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

Unified Diff: chrome/android/BUILD.gn

Issue 1664113002: C++->Java string constants auto-generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@contentsettingstype_enum_2_string
Patch Set: set upstream back to ContentSettingsType-enum-to-string 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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 8643916d48371cca211710cc597f039aad70894f..6cf137ecfe6ea102cb7d8002b5b5419d377913db 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -166,6 +166,7 @@ android_library("chrome_java") {
":chrome_version_srcjar",
":resource_id_javagen",
"//chrome:content_setting_javagen",
+ "//chrome:content_settings_type_javagen",
"//chrome:data_use_ui_message_enum_javagen",
"//chrome:signin_metrics_enum_javagen",
]

Powered by Google App Engine
This is Rietveld 408576698