Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index b90477e1b925044fb080183aaafeb4c7061a1141..7d64c324810d01c0764c8e96a1b0829b7e3103f9 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': [ |