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

Unified Diff: chrome/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/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index c155483c41f478a60943a5a365fe062db2fe302b..10e19c1685eca75cba5414f20aca3e0917d3f580 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -952,6 +952,13 @@ if (is_android) {
]
}
+ # GYP: //chrome/chrome.gyp:content_settings_type_java
+ java_cpp_string("content_settings_type_javagen") {
+ sources = [
+ "../components/content_settings/core/common/content_settings_types.cc",
+ ]
+ }
+
# GYP: //chrome/chrome.gyp:signin_metrics_enum_java
java_cpp_enum("signin_metrics_enum_javagen") {
sources = [

Powered by Google App Engine
This is Rietveld 408576698