summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_android.gypi
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-10-28 15:37:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 22:38:26 +0000
commit54b11e63d1b855d6b4d7e1a2ebd95babe503e3b7 (patch)
treecfef51bac2f0aa52eb933f9a19d78e643db9f46f /remoting/remoting_android.gypi
parent2e4ea2f2244c0b74ef433e3b277bf2435b98ae8a (diff)
downloadchromium_src-54b11e63d1b855d6b4d7e1a2ebd95babe503e3b7.zip
chromium_src-54b11e63d1b855d6b4d7e1a2ebd95babe503e3b7.tar.gz
chromium_src-54b11e63d1b855d6b4d7e1a2ebd95babe503e3b7.tar.bz2
Adding initial touch methods and data structures for Android Remoting client.
This is the first in a series of changes to implement touch input on the Android client, consumers of this change will appear in a subsequent change. The Change includes the data structure we will use for storing touch event data, the code needed to marshal the data across the java/c++ boundary, and the code to create the native TouchEvent structure to be sent to the host. BUG=454549 Review URL: https://codereview.chromium.org/1424603002 Cr-Commit-Position: refs/heads/master@{#356672}
Diffstat (limited to 'remoting/remoting_android.gypi')
-rw-r--r--remoting/remoting_android.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_android.gypi b/remoting/remoting_android.gypi
index dbaad21..6bbb653 100644
--- a/remoting/remoting_android.gypi
+++ b/remoting/remoting_android.gypi
@@ -23,6 +23,7 @@
'sources': [
'android/java/src/org/chromium/chromoting/jni/Client.java',
'android/java/src/org/chromium/chromoting/jni/JniInterface.java',
+ 'android/java/src/org/chromium/chromoting/jni/TouchEventData.java',
],
'variables': {
'jni_gen_package': 'remoting',
@@ -52,6 +53,8 @@
'client/jni/jni_client.h',
'client/jni/jni_frame_consumer.cc',
'client/jni/jni_frame_consumer.h',
+ 'client/jni/jni_touch_event_data.cc',
+ 'client/jni/jni_touch_event_data.h',
'client/jni/remoting_jni_onload.cc',
'client/jni/remoting_jni_registrar.cc',
'client/jni/remoting_jni_registrar.h',