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

Unified Diff: chrome/chrome.gyp

Issue 516703002: Replaced the current WebsiteSettings dialog with a new PageInfo dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small androidwebview fix Created 6 years, 3 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 40ec2bbacce6811c04057b88cd2b5262cfe9424f..84638b62e85a77ffa54fa16eee04536d1441b59f 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -583,6 +583,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',
@@ -626,6 +627,14 @@
'../build/java_strings_grd.gypi',
],
},
+ {
+ 'target_name': 'page_info_connection_type_java',
+ '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',

Powered by Google App Engine
This is Rietveld 408576698