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

Unified Diff: content/content.gyp

Issue 1430623004: blimp: Add support for input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 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': [

Powered by Google App Engine
This is Rietveld 408576698