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

Unified Diff: ui/android/ui_android.gyp

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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/base/page_transition_types.h » ('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 bb0d0f5f53c637befc02dde7b6d16769a71dafb2..f26e51c622f94dd4375957a242856a968927aca4 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -18,14 +18,10 @@
{
'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'],
+ 'source_file': '../base/page_transition_types.h',
},
- 'includes': [ '../../build/android/java_cpp_template.gypi' ],
+ 'includes': [ '../../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'window_open_disposition_java',
« no previous file with comments | « ui/android/java/PageTransitionTypes.template ('k') | ui/base/page_transition_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698