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

Unified Diff: ui/events/events.gyp

Issue 2202033002: ui: Remove unneeded RegisterNatives() call on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jnireg1
Patch Set: rebase, unused headers Created 4 years, 4 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
« no previous file with comments | « ui/events/android/motion_event_android.cc ('k') | ui/gfx/android/gfx_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 9aba786470360283bfe224b07c6154229340b697..c2692a69bcfc92adc1fbb5e3e9b9f532c8d8d4d9 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -181,8 +181,6 @@
}],
['OS=="android"', {
'sources': [
- 'android/events_jni_registrar.cc',
- 'android/events_jni_registrar.h',
'android/motion_event_android.cc',
'android/motion_event_android.h',
'android/key_event_utils.cc',
« no previous file with comments | « ui/events/android/motion_event_android.cc ('k') | ui/gfx/android/gfx_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698