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

Unified Diff: ui/events/BUILD.gn

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/base/ui_base.gyp ('k') | ui/events/android/events_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 103ee50502d647e04f8352bf7a9b163ea0883280..16aa0c9bac1870bdbd00da38c39a3cbb1e7164a8 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -189,8 +189,6 @@ component("events") {
if (is_android) {
sources += [
- "android/events_jni_registrar.cc",
- "android/events_jni_registrar.h",
"android/key_event_utils.cc",
"android/key_event_utils.h",
"android/motion_event_android.cc",
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/events/android/events_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698