| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 33b185cc3cf2f916a685974fb5f8cc813ca3b652..3089f515675c8a227e0804d936cc764f758756db 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -423,6 +423,8 @@
|
| 'host/resizing_host_observer.h',
|
| 'host/sas_injector.h',
|
| 'host/sas_injector_win.cc',
|
| + 'host/screen_resolution.cc',
|
| + 'host/screen_resolution.h',
|
| 'host/server_log_entry.cc',
|
| 'host/server_log_entry.h',
|
| 'host/service_client.cc',
|
| @@ -2547,6 +2549,7 @@
|
| 'host/register_support_host_request_unittest.cc',
|
| 'host/remote_input_filter_unittest.cc',
|
| 'host/resizing_host_observer_unittest.cc',
|
| + 'host/screen_resolution_unittest.cc',
|
| 'host/server_log_entry_unittest.cc',
|
| 'host/setup/oauth_helper_unittest.cc',
|
| 'host/setup/pin_validator_unittest.cc',
|
|
|