| Index: remoting/client/jni/BUILD.gn
|
| diff --git a/remoting/client/jni/BUILD.gn b/remoting/client/jni/BUILD.gn
|
| index 603c0bed4d21b2fbf603d2f6a993219b42f32658..b7eeb55a9337bdd22860e3a05257f82cb952bc07 100644
|
| --- a/remoting/client/jni/BUILD.gn
|
| +++ b/remoting/client/jni/BUILD.gn
|
| @@ -23,16 +23,9 @@ shared_library("remoting_client_jni") {
|
| "//remoting/client",
|
| "//remoting/client/display",
|
| "//remoting/protocol",
|
| - "//ui/events:dom_keycode_converter",
|
| "//ui/gfx",
|
| ]
|
| sources = [
|
| - "android_keymap.cc",
|
| - "android_keymap.h",
|
| - "chromoting_jni_instance.cc",
|
| - "chromoting_jni_instance.h",
|
| - "connect_to_host_info.cc",
|
| - "connect_to_host_info.h",
|
| "display_updater_factory.h",
|
| "egl_thread_context.cc",
|
| "egl_thread_context.h",
|
| @@ -52,7 +45,6 @@ shared_library("remoting_client_jni") {
|
| ]
|
| libs = [
|
| "android",
|
| - "OpenSLES",
|
| "EGL",
|
| ]
|
| configs += [ "//remoting/build/config:enable_webrtc_remoting_client" ]
|
|
|