summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp13
1 files changed, 12 insertions, 1 deletions
diff --git a/content/content.gyp b/content/content.gyp
index 97a158f..cf3a307 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -490,10 +490,21 @@
'includes': [ '../build/jar_file_jni_generator.gypi' ],
},
{
+ 'target_name': 'motionevent_jni_headers',
+ 'type': 'none',
+ 'variables': {
+ 'jni_gen_package': 'content',
+ 'jni_generator_ptr_type': 'long',
+ 'input_java_class': 'android/view/MotionEvent.class',
+ },
+ 'includes': [ '../build/jar_file_jni_generator.gypi' ],
+ },
+ {
'target_name': 'content_jni_headers',
'type': 'none',
'dependencies': [
- 'java_set_jni_headers'
+ 'java_set_jni_headers',
+ 'motionevent_jni_headers'
],
'includes': [ 'content_jni.gypi' ],
},