Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index f1a2a973f5afe5161b90f73931056a9d0f611420..cdc758a26e69602a2181bcac0cc35c6529209116 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -602,20 +602,10 @@ |
'includes': [ '../build/jar_file_jni_generator.gypi' ], |
}, |
{ |
- 'target_name': 'motionevent_jni_headers', |
- 'type': 'none', |
- 'variables': { |
- 'jni_gen_package': 'content', |
- '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', |
- 'motionevent_jni_headers' |
], |
'includes': [ 'content_jni.gypi' ], |
'conditions': [ |