| Index: remoting/remoting_host_srcs.gypi
|
| diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
|
| index dce1d05f9da2eb89bcb343dbdf5393bf0e925c5e..522d4b77d7e6ad988016289996a5ac5b18c006cc 100644
|
| --- a/remoting/remoting_host_srcs.gypi
|
| +++ b/remoting/remoting_host_srcs.gypi
|
| @@ -7,6 +7,7 @@
|
| 'remoting_host_sources': [
|
| 'host/audio_capturer.cc',
|
| 'host/audio_capturer.h',
|
| + 'host/audio_capturer_android.cc',
|
| 'host/audio_capturer_linux.cc',
|
| 'host/audio_capturer_linux.h',
|
| 'host/audio_capturer_mac.cc',
|
| @@ -56,11 +57,13 @@
|
| 'host/constants_mac.h',
|
| 'host/continue_window.cc',
|
| 'host/continue_window.h',
|
| + 'host/continue_window_android.cc',
|
| 'host/continue_window_chromeos.cc',
|
| 'host/continue_window_linux.cc',
|
| 'host/continue_window_mac.mm',
|
| 'host/continue_window_win.cc',
|
| 'host/curtain_mode.h',
|
| + 'host/curtain_mode_android.cc',
|
| 'host/curtain_mode_linux.cc',
|
| 'host/curtain_mode_mac.cc',
|
| 'host/curtain_mode_win.cc',
|
| @@ -73,6 +76,7 @@
|
| 'host/desktop_process.cc',
|
| 'host/desktop_process.h',
|
| 'host/desktop_resizer.h',
|
| + 'host/desktop_resizer_android.cc',
|
| 'host/desktop_resizer_mac.cc',
|
| 'host/desktop_resizer_ozone.cc',
|
| 'host/desktop_resizer_win.cc',
|
| @@ -86,6 +90,7 @@
|
| 'host/desktop_session_proxy.h',
|
| 'host/desktop_session_win.cc',
|
| 'host/desktop_session_win.h',
|
| + 'host/disconnect_window_android.cc',
|
| 'host/disconnect_window_chromeos.cc',
|
| 'host/disconnect_window_linux.cc',
|
| 'host/disconnect_window_mac.h',
|
| @@ -126,6 +131,7 @@
|
| 'host/host_window_proxy.cc',
|
| 'host/host_window_proxy.h',
|
| 'host/input_injector.h',
|
| + 'host/input_injector_android.cc',
|
| 'host/input_injector_chromeos.cc',
|
| 'host/input_injector_chromeos.h',
|
| 'host/input_injector_mac.cc',
|
| @@ -163,6 +169,7 @@
|
| 'host/linux/x_server_clipboard.cc',
|
| 'host/linux/x_server_clipboard.h',
|
| 'host/local_input_monitor.h',
|
| + 'host/local_input_monitor_android.cc',
|
| 'host/local_input_monitor_chromeos.cc',
|
| 'host/local_input_monitor_mac.mm',
|
| 'host/local_input_monitor_win.cc',
|
| @@ -183,6 +190,7 @@
|
| 'host/oauth_token_getter_impl.h',
|
| 'host/pairing_registry_delegate.cc',
|
| 'host/pairing_registry_delegate.h',
|
| + 'host/pairing_registry_delegate_android.cc',
|
| 'host/pairing_registry_delegate_linux.cc',
|
| 'host/pairing_registry_delegate_linux.h',
|
| 'host/pairing_registry_delegate_mac.cc',
|
| @@ -201,6 +209,7 @@
|
| 'host/resizing_host_observer.cc',
|
| 'host/resizing_host_observer.h',
|
| 'host/resources.h',
|
| + 'host/resources_android.cc',
|
| 'host/resources_linux.cc',
|
| 'host/resources_mac.cc',
|
| 'host/resources_win.cc',
|
| @@ -210,6 +219,7 @@
|
| 'host/screen_resolution.cc',
|
| 'host/screen_resolution.h',
|
| 'host/security_key/gnubby_auth_handler.h',
|
| + 'host/security_key/gnubby_auth_handler_android.cc',
|
| 'host/security_key/gnubby_auth_handler_linux.cc',
|
| 'host/security_key/gnubby_auth_handler_mac.cc',
|
| 'host/security_key/gnubby_auth_handler_win.cc',
|
|
|