Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 2b6197b4321321b5fec9211edb85cc46d5126720..835be516ab205e9615cc5b0873c3e71aa04c1e6a 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -587,6 +587,8 @@ |
'chrome_strings_grd', |
'chrome_version_java', |
'profile_account_management_metrics_java', |
+ 'content_setting_java', |
+ 'content_settings_type_java', |
'page_info_connection_type_java', |
'profile_sync_service_model_type_selection_java', |
'resource_id_java', |
@@ -632,6 +634,24 @@ |
], |
}, |
{ |
+ # GN: //chrome:content_setting_javagen |
+ 'target_name': 'content_setting_java', |
+ 'type': 'none', |
+ 'variables': { |
+ 'source_file': '../components/content_settings/core/common/content_settings.h', |
+ }, |
+ '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.h', |
+ }, |
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
+ }, |
+ { |
# GN: //chrome:page_info_connection_type_javagen |
'target_name': 'page_info_connection_type_java', |
'type': 'none', |