Chromium Code Reviews| Index: remoting/remoting_host.gypi |
| diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
| index 06908eb6355f8c2cffb073913ccee85dc54541d8..8e4ff96337393195ed098e08e6ac9cabbff90ac9 100644 |
| --- a/remoting/remoting_host.gypi |
| +++ b/remoting/remoting_host.gypi |
| @@ -233,6 +233,10 @@ |
| 'host/shaped_screen_capturer.h', |
| 'host/signaling_connector.cc', |
| 'host/signaling_connector.h', |
| + 'host/single_window_desktop_environment.cc', |
| + 'host/ingle_window_desktop_environment.h', |
|
Sergey Ulanov
2014/08/12 18:18:00
typo
(gyp effectively ignores .h files in the lis
ronakvora do not use
2014/08/13 18:04:44
Done.
|
| + 'host/single_window_input_injector_mac.cc', |
| + 'host/single_window_input_injector.h', |
| 'host/token_validator_base.cc', |
| 'host/token_validator_base.h', |
| 'host/token_validator_factory_impl.cc', |
| @@ -268,6 +272,8 @@ |
| 'host/win/wts_terminal_monitor.cc', |
| 'host/win/wts_terminal_monitor.h', |
| 'host/win/wts_terminal_observer.h', |
| + 'host/window_capturer_screen_wrapper.cc', |
| + 'host/window_capturer_screen_wrapper.h', |
| ], |
| 'conditions': [ |
| ['OS=="linux"', { |