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

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: Added missing template files for PageInfoConnectionType enum 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 dc9761fcd77e64fabcbf58f6318698e8fb2eed6b..2b24c039d44f6be7cec831a744a68c86a312aedb 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -32,6 +32,18 @@
'includes': [ '../../build/android/java_cpp_template.gypi' ],
},
{
+ 'target_name': 'page_info_connection_type_java',
+ 'type': 'none',
+ 'sources': [
+ 'java/PageInfoConnectionType.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/ui/gfx',
+ 'template_deps': ['../gfx/android/page_info_connection_type_list.h'],
+ },
+ 'includes': [ '../../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'ui_java',
'type': 'none',
'variables': {
@@ -43,6 +55,7 @@
'dependencies': [
'../../base/base.gyp:base_java',
'bitmap_format_java',
+ 'page_info_connection_type_java',
'ui_strings_grd',
'window_open_disposition_java',
],

Powered by Google App Engine
This is Rietveld 408576698