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

Unified Diff: ui/android/ui_android.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: Rebase 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: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index bb0d0f5f53c637befc02dde7b6d16769a71dafb2..7ec4ba061ddc709439439ce59c5664fd2cd84ca6 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -28,6 +28,14 @@
'includes': [ '../../build/android/java_cpp_template.gypi' ],
},
{
+ 'target_name': 'page_info_connection_type_java',
cjhopman 2014/09/25 21:17:52 This (and the dependency below) will have to be ad
sashab 2014/09/29 04:17:12 This is actually a duplicate definition of the tar
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../../chrome/browser/ui/android/website_settings_popup_android.h',
+ },
+ 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'window_open_disposition_java',
'type': 'none',
'variables': {
@@ -47,6 +55,7 @@
'dependencies': [
'../../base/base.gyp:base_java',
'bitmap_format_java',
+ 'page_info_connection_type_java',
'page_transition_types_java',
'ui_strings_grd',
'window_open_disposition_java',

Powered by Google App Engine
This is Rietveld 408576698