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

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: add tests 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 49518818f539cdd08beaa6397e277fdc536e4f84..6d9d6c544533d51a4790c9cd4537fd56250b92a2 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',
'document_tab_model_info_proto_java',
'infobar_action_type_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