Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 392698b50d3b977024c6b8b1af49bb997649f998..20fe35c77b70fbad2d4a634d742724f70c92825e 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -584,6 +584,8 @@ |
'app_banner_metrics_ids_java', |
'chrome_resources.gyp:chrome_strings', |
'chrome_strings_grd', |
+ 'content_setting_java', |
+ 'content_settings_type_java', |
'profile_account_management_metrics_java', |
'page_info_connection_type_java', |
'profile_sync_service_model_type_selection_java', |
@@ -630,6 +632,22 @@ |
], |
}, |
{ |
+ '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' ], |
+ }, |
+ { |
+ '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' ], |
+ }, |
+ { |
'target_name': 'page_info_connection_type_java', |
'type': 'none', |
'variables': { |