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

Unified Diff: ui/events/events.gyp

Issue 2146753002: Android: Remove unneeded RegisterNatives() calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 6d04fea6be322d479b94f7e604286a2fcd0f34d7..85057a20cf315d936b29c39b449866fffb17a91d 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',

Powered by Google App Engine
This is Rietveld 408576698