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