Chromium Code Reviews| Index: remoting/host/BUILD.gn |
| diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn |
| index 6b36c9bd77ae98cb07707fa0d45769c765b08ab2..aeb69c36f5cb4b0bbd8a2978bf764df7dd0b1503 100644 |
| --- a/remoting/host/BUILD.gn |
| +++ b/remoting/host/BUILD.gn |
| @@ -73,6 +73,7 @@ static_library("host") { |
| "input_injector_x11.cc", |
| "local_input_monitor_x11.cc", |
| ] |
| + deps += [ "//ui/ozone" ] |
| } else { |
| sources -= [ |
| "chromeos/mouse_cursor_monitor_aura.cc", |