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

Unified Diff: content/content.gyp

Issue 150983003: [Android] Share gesture types between Java and C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix WebView Created 6 years, 10 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 | « content/browser/android/gesture_event_type_list.h ('k') | content/content_browser.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 cf3a307d6cf77642ae7a401efab3cc4dc24bc0bd..c01c8e8af4638ac1ccd5b5a82e5a3b434c63c1b7 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -395,6 +395,7 @@
'../ui/android/ui_android.gyp:ui_java',
'common_aidl',
'content_common',
+ 'gesture_event_type_java',
'page_transition_types_java',
'popup_item_type_java',
'result_codes_java',
@@ -421,6 +422,18 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'gesture_event_type_java',
+ 'type': 'none',
+ 'sources': [
+ 'public/android/java/src/org/chromium/content/browser/GestureEventType.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/content/browser',
+ 'template_deps': ['browser/android/gesture_event_type_list.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ },
+ {
'target_name': 'page_transition_types_java',
'type': 'none',
'sources': [
« no previous file with comments | « content/browser/android/gesture_event_type_list.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698