Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index edd094e92819e0088eb798929e4ff7bf4aaf3f88..392698b50d3b977024c6b8b1af49bb997649f998 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -585,6 +585,7 @@ |
'chrome_resources.gyp:chrome_strings', |
'chrome_strings_grd', |
'profile_account_management_metrics_java', |
+ 'page_info_connection_type_java', |
'profile_sync_service_model_type_selection_java', |
'resource_id_java', |
'toolbar_model_security_levels_java', |
@@ -628,6 +629,14 @@ |
'../build/java_strings_grd.gypi', |
], |
}, |
+ { |
+ 'target_name': 'page_info_connection_type_java', |
Lei Zhang
2014/10/07 23:30:31
Do you need to create the equivalent target in GN?
sashab
2014/10/08 00:04:21
Nope, this has already all been discussed :) GN do
|
+ 'type': 'none', |
+ 'variables': { |
+ 'source_file': 'browser/ui/android/website_settings_popup_android.h', |
+ }, |
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
+ }, |
], # 'targets' |
'includes': [ |
'chrome_android.gypi', |