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

Unified Diff: ui/android/ui_android.gyp

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (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
« no previous file with comments | « ui/android/java/PageTransitionTypes.template ('k') | ui/app_list/demo/app_list_demo_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index 5b8a78645933658925913c3f7c23a005551c4270..bb0d0f5f53c637befc02dde7b6d16769a71dafb2 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -16,6 +16,18 @@
'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'page_transition_types_java',
+ 'type': 'none',
+ 'sources': [
+ 'java/PageTransitionTypes.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/ui/base',
+ 'template_deps': ['../base/page_transition_types_list.h'],
+ },
+ 'includes': [ '../../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'window_open_disposition_java',
'type': 'none',
'variables': {
@@ -35,6 +47,7 @@
'dependencies': [
'../../base/base.gyp:base_java',
'bitmap_format_java',
+ 'page_transition_types_java',
'ui_strings_grd',
'window_open_disposition_java',
],
« no previous file with comments | « ui/android/java/PageTransitionTypes.template ('k') | ui/app_list/demo/app_list_demo_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698