| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index f0b70efbfe8c808ab6bc8952fdc376f995c3e250..29c7e33fbcf409e758829db12f4be9e763265ec6 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -194,6 +194,13 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| if (enable_webrtc) {
|
| deps += [ "//third_party/webrtc/modules/desktop_capture" ]
|
| }
|
| +
|
| + if (is_android) {
|
| + sources -= [
|
| + "single_window_desktop_environment.cc",
|
| + "single_window_desktop_environment.h",
|
| + ]
|
| + }
|
| }
|
|
|
| source_set("test_support") {
|
| @@ -675,7 +682,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| # TODO(GYP) More Windows remoting targets from remoting_host_win.gypi
|
| }
|
|
|
| - if (enable_remoting_host) {
|
| + if (enable_remoting_host && !is_android) {
|
| executable("remoting_start_host") {
|
| sources = [
|
| "setup/host_starter.cc",
|
|
|