| Index: remoting/host/BUILD.gn
|
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
|
| index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..274cd4289e740a1ba7b6023b83d5cf2b9da36dd7 100644
|
| --- a/remoting/host/BUILD.gn
|
| +++ b/remoting/host/BUILD.gn
|
| @@ -70,11 +70,13 @@ static_library("host") {
|
|
|
| if (use_ozone) {
|
| sources -= [
|
| + "display_rotation_filter.cc",
|
| "input_injector_x11.cc",
|
| "local_input_monitor_x11.cc",
|
| ]
|
| } else {
|
| sources -= [
|
| + "chromeos/display_rotation_filter_ozone.cc",
|
| "chromeos/mouse_cursor_monitor_aura.cc",
|
| "chromeos/mouse_cursor_monitor_aura.h",
|
| "clipboard_x11.cc",
|
|
|