| Index: remoting/client/BUILD.gn
|
| diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
|
| index 4ad8bb3c2ab297129cd32bf8ab017c5b570c02bc..bc5f2b5d3a7322e48c73fd73ea93f391dd4d8734 100644
|
| --- a/remoting/client/BUILD.gn
|
| +++ b/remoting/client/BUILD.gn
|
| @@ -24,6 +24,8 @@ static_library("client") {
|
| "connect_to_host_info.h",
|
| "cursor_shape_stub_proxy.cc",
|
| "cursor_shape_stub_proxy.h",
|
| + "desktop_viewport.cc",
|
| + "desktop_viewport.h",
|
| "dual_buffer_frame_consumer.cc",
|
| "dual_buffer_frame_consumer.h",
|
| "empty_cursor_filter.cc",
|
| @@ -48,6 +50,8 @@ static_library("client") {
|
| "software_video_renderer.h",
|
| "touch_input_scaler.cc",
|
| "touch_input_scaler.h",
|
| + "view_matrix.cc",
|
| + "view_matrix.h",
|
| ]
|
| set_sources_assignment_filter(sources_assignment_filter)
|
|
|
| @@ -103,6 +107,7 @@ source_set("unit_tests") {
|
| "audio_player_unittest.cc",
|
| "chromoting_client_runtime_unittest.cc",
|
| "client_telemetry_logger_unittest.cc",
|
| + "desktop_viewport_unittest.cc",
|
| "dual_buffer_frame_consumer_unittest.cc",
|
| "empty_cursor_filter_unittest.cc",
|
| "key_event_mapper_unittest.cc",
|
|
|