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

Unified Diff: content/content.gyp

Issue 11577016: Generate PageTransitionTypes.java for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deprecate instead of remove old constants. Created 8 years 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 | « android_webview/java/src/org/chromium/android_webview/AwContents.java ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 8531178be194679e2ec2ebccbed3637f8a617b54..4c867f7932bd4a0b7aaa20cb6e02f3575f1f27cc 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -287,6 +287,7 @@
'../ui/ui.gyp:ui_java',
'common_aidl',
'content_common',
+ 'page_transition_types_java',
],
'variables': {
'package_name': 'content',
@@ -298,6 +299,18 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'page_transition_types_java',
+ 'type': 'none',
+ 'sources': [
+ 'public/common/page_transition_types_list.h',
+ 'public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template',
+ ],
+ 'variables': {
+ 'package_name': 'org.chromium.content.browser',
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'surface_texture_jni_headers',
'type': 'none',
'variables': {
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwContents.java ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698