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

Unified Diff: content/content.gyp

Issue 1417173008: Move MotionEventAndroid to ui/events/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright date fix. Created 5 years, 1 month 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 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': [
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_builders_android.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698