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

Unified Diff: remoting/client/BUILD.gn

Issue 2753963002: Refactoring and rewriting the chromoting jni instance to be chromoting session. (Closed)
Patch Set: Pointer not obj. 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/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index 1d137cebc8a70f8dcb896db1fba71e402564de0c..bba9f3d0b03fb3ef5bafcfc5f678818438c39d11 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -13,6 +13,8 @@ static_library("client") {
"audio_player.h",
"chromoting_client.cc",
"chromoting_client.h",
+ "chromoting_session.cc",
+ "chromoting_session.h",
"client_context.cc",
"client_context.h",
"client_status_logger.cc",
@@ -20,6 +22,8 @@ static_library("client") {
"client_telemetry_logger.cc",
"client_telemetry_logger.h",
"client_user_interface.h",
+ "connect_to_host_info.cc",
+ "connect_to_host_info.h",
"cursor_shape_stub_proxy.cc",
"cursor_shape_stub_proxy.h",
"dual_buffer_frame_consumer.cc",
@@ -30,6 +34,8 @@ static_library("client") {
"host_experiment_sender.h",
"key_event_mapper.cc",
"key_event_mapper.h",
+ "native_device_keymap.cc",
+ "native_device_keymap.h",
"normalizing_input_filter_cros.cc",
"normalizing_input_filter_cros.h",
"normalizing_input_filter_mac.cc",
@@ -79,7 +85,9 @@ static_library("client") {
sources += [
"audio_player_android.cc",
"audio_player_android.h",
+ "native_device_keymap_android.cc",
]
+ sources -= [ "native_device_keymap.cc" ]
libs += [
"android",
"OpenSLES",

Powered by Google App Engine
This is Rietveld 408576698