| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 54898909566e8116186e0b80c9a0a1f8849dd415..ffef4543ecda29087c36c0ffb4e1469d6562ee29 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -80,8 +80,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| "//remoting/protocol",
|
| "//remoting/resources",
|
| "//ui/base",
|
| - "//ui/events/platform",
|
| "//ui/events:dom_keycode_converter",
|
| + "//ui/events/platform",
|
| ]
|
|
|
| if (enable_configuration_policy) {
|
| @@ -206,8 +206,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| testonly = true
|
|
|
| sources = [
|
| - "fake_desktop_capturer.cc",
|
| - "fake_desktop_capturer.h",
|
| "fake_desktop_environment.cc",
|
| "fake_desktop_environment.h",
|
| "fake_host_extension.cc",
|
| @@ -250,7 +248,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| "audio_pump_unittest.cc",
|
| "audio_silence_detector_unittest.cc",
|
| "backoff_timer_unittest.cc",
|
| - "capture_scheduler_unittest.cc",
|
| "chromeos/aura_desktop_capturer_unittest.cc",
|
| "chromeos/clipboard_aura_unittest.cc",
|
| "chromoting_host_context_unittest.cc",
|
| @@ -295,7 +292,6 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| "third_party_auth_config_unittest.cc",
|
| "token_validator_factory_impl_unittest.cc",
|
| "touch_injector_win_unittest.cc",
|
| - "video_frame_pump_unittest.cc",
|
| "video_frame_recorder_unittest.cc",
|
| "win/rdp_client_unittest.cc",
|
| "win/worker_process_launcher_unittest.cc",
|
| @@ -313,9 +309,9 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| deps = [
|
| ":host",
|
| ":test_support",
|
| - "//remoting/host/setup",
|
| "//remoting/host/it2me:common",
|
| "//remoting/host/native_messaging",
|
| + "//remoting/host/setup",
|
| "//remoting/proto",
|
| "//skia",
|
| "//testing/gmock",
|
| @@ -518,8 +514,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| ]
|
|
|
| deps = [
|
| - ":remoting_me2me_host_static",
|
| ":credits",
|
| + ":remoting_me2me_host_static",
|
| "//build/config/sanitizers:deps",
|
| ]
|
| }
|
| @@ -536,8 +532,8 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| "//base",
|
| "//remoting/base:breakpad",
|
| "//remoting/host",
|
| - "//remoting/host/setup",
|
| "//remoting/host/native_messaging",
|
| + "//remoting/host/setup",
|
| ]
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|