| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 9f01d58d0739ff069ca2cc19402accb7284129fa..3fc92451a2daca83592b09850f9f3577c275647d 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1355,6 +1355,10 @@
|
| 'host/desktop_environment.h',
|
| 'host/desktop_environment_factory.cc',
|
| 'host/desktop_environment_factory.h',
|
| + 'host/desktop_resizer.h',
|
| + 'host/desktop_resizer_linux.cc',
|
| + 'host/desktop_resizer_win.cc',
|
| + 'host/desktop_resizer_mac.cc',
|
| 'host/differ.cc',
|
| 'host/differ.h',
|
| 'host/disconnect_window.h',
|
| @@ -1416,6 +1420,8 @@
|
| 'host/register_support_host_request.h',
|
| 'host/remote_input_filter.cc',
|
| 'host/remote_input_filter.h',
|
| + 'host/resizing_host_observer.cc',
|
| + 'host/resizing_host_observer.h',
|
| 'host/sas_injector.h',
|
| 'host/sas_injector_win.cc',
|
| 'host/screen_recorder.cc',
|
| @@ -1915,6 +1921,7 @@
|
| 'host/policy_hack/policy_watcher_unittest.cc',
|
| 'host/register_support_host_request_unittest.cc',
|
| 'host/remote_input_filter_unittest.cc',
|
| + 'host/resizing_host_observer_unittest.cc',
|
| 'host/screen_recorder_unittest.cc',
|
| 'host/server_log_entry_unittest.cc',
|
| 'host/test_key_pair.h',
|
|
|