| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 70053e8855f76c5b546299150829c091b007f0df..f6ae2cd8eaaffd6b388d2fa598573b9ff054014c 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -140,6 +140,7 @@ if (is_mac) {
|
| if (is_linux) {
|
| # These will already be filtered out on non-Linux.
|
| sources -= [
|
| + "linux/unicode_to_keysym.cc",
|
| "linux/x11_util.cc",
|
| "linux/x_server_clipboard.cc",
|
| "linux/x_server_clipboard.h",
|
| @@ -347,6 +348,9 @@ if (is_mac) {
|
| "win/worker_process_launcher_unittest.cc",
|
| ]
|
|
|
| + if (!use_x11 && is_linux) {
|
| + sources -= [ "linux/unicode_to_keysym_unittest.cc" ]
|
| + }
|
| if (use_ozone || is_chromeos) {
|
| sources -= [ "local_input_monitor_unittest.cc" ]
|
| }
|
|
|