| Index: remoting/remoting_host.gypi
|
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
|
| index 8fbcdc838ca517365be1a39bdbaddc8a8aab471d..2d256c4849bb795ff2855b0a3c97f3bdd20a7914 100644
|
| --- a/remoting/remoting_host.gypi
|
| +++ b/remoting/remoting_host.gypi
|
| @@ -107,6 +107,7 @@
|
| 'host/disconnect_window_linux.cc',
|
| 'host/linux/x_server_clipboard.cc',
|
| 'host/linux/x_server_clipboard.h',
|
| + 'host/local_input_monitor_x11.cc',
|
| 'host/policy_hack/policy_watcher_linux.cc',
|
| 'host/remoting_me2me_host.cc',
|
| ],
|
| @@ -120,10 +121,13 @@
|
| 'sources!': [
|
| 'host/input_injector_chromeos.cc',
|
| 'host/input_injector_chromeos.h',
|
| - 'host/local_input_monitor_chromeos.cc',
|
| 'host/chromeos/mouse_cursor_monitor_aura.cc',
|
| 'host/chromeos/mouse_cursor_monitor_aura.h',
|
| ],
|
| + }, { # use_ozone==1
|
| + 'dependencies' : [
|
| + '../ui/ozone/ozone.gyp:ozone',
|
| + ]
|
| }],
|
| ],
|
| }],
|
|
|