Chromium Code Reviews| Index: remoting/remoting_host.gypi |
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
| index e966596ca02c16a71293328e300b0f1ddc53574e..b0d266fa8523acb2b84022f9191f22363fc0f6a5 100644 |
| --- a/remoting/remoting_host.gypi |
| +++ b/remoting/remoting_host.gypi |
| @@ -240,6 +240,12 @@ |
| 'host/shaped_desktop_capturer.h', |
| 'host/signaling_connector.cc', |
| 'host/signaling_connector.h', |
| + 'host/single_window_desktop_environment.cc', |
| + 'host/single_window_desktop_environment.h', |
| + 'host/single_window_input_injector_linux.cc', |
| + 'host/single_window_input_injector_mac.cc', |
| + 'host/single_window_input_injector_win.cc', |
| + 'host/single_window_input_injector.h', |
|
Lambros
2014/08/13 22:32:51
nit: I think the .h should come before the _linux,
ronakvora do not use
2014/08/13 22:48:28
Done.
|
| 'host/token_validator_base.cc', |
| 'host/token_validator_base.h', |
| 'host/token_validator_factory_impl.cc', |