| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index fd572d9170b81ec345ba033387c419c6b79bc263..4523f7f3f679414cd83f2f02ffa3837b6f5b84ac 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -868,7 +868,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
|
| }
|
| }
|
|
|
| - if (is_chrome_branded && enable_me2me_host && !is_chromeos) {
|
| + if (is_chrome_branded && enable_me2me_host && is_linux && !is_chromeos) {
|
| # TODO(GYP): add support for archive_chromoting_tests variable?
|
|
|
| import("//build/config/zip.gni")
|
|
|