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

Unified Diff: chrome/chrome.gyp

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/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 1c5878128c17badfe68a4a10610fac58888354f7..859b4b7857f92ecc2e22740c967162eed15845d9 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -538,6 +538,7 @@
'chrome_strings_grd',
'chrome_version_java',
'content_setting_java',
+ 'content_settings_type_java',
'connectivity_check_result_java',
'data_use_ui_message_enum_java',
'document_tab_model_info_proto_java',
@@ -656,6 +657,15 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ # GN: //chrome:content_settings_type_javagen
+ 'target_name': 'content_settings_type_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../components/content_settings/core/common/content_settings_types.cc',
+ },
+ 'includes': [ '../build/android/java_cpp_string.gypi' ],
+ },
+ {
# GN: //chrome:page_info_connection_type_javagen
'target_name': 'page_info_connection_type_java',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698