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

Unified Diff: remoting/client/jni/BUILD.gn

Issue 2753963002: Refactoring and rewriting the chromoting jni instance to be chromoting session. (Closed)
Patch Set: Fixed feedback. Created 3 years, 9 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: 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" ]

Powered by Google App Engine
This is Rietveld 408576698