Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 9a4f10d2dc5be8878f6d8019a4a690d0d5c897c5..3853ffb389b6a3f9ba92df1193479d73602cb03a 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -636,6 +636,7 @@ |
'app_banner_metrics_ids_java', |
'chrome_resources.gyp:chrome_strings', |
'chrome_strings_grd', |
+ 'page_info_connection_type_java', |
'profile_sync_service_model_type_selection_java', |
'resource_id_java', |
'toolbar_model_security_levels_java', |
@@ -679,6 +680,14 @@ |
'../build/java_strings_grd.gypi', |
], |
}, |
+ { |
+ 'target_name': 'page_info_connection_type_java', |
cjhopman
2014/09/25 21:17:52
This will need to be added to GN eventually, but c
sashab
2014/09/29 04:17:12
In that case, this won't build with GN at all. The
|
+ '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', |