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

Unified Diff: content/content.gyp

Issue 755403006: Added experimental Touch.tilt, Touch.tiltDirection support for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added EventSender.SetTouchPointTilt() for tests Created 5 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7bc40bfbc37e795809d9673d135d7542dcca910a..301eb129054d0860be174a06e67584c9f3fbab37 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -565,7 +565,7 @@
'type': 'none',
'dependencies': [
'java_set_jni_headers',
- 'motionevent_jni_headers'
+ 'motionevent_jni_headers',
],
'includes': [ 'content_jni.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698