Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 4105bfe37d7e77fd2e9f53769f96e9e4d17313ab..384a8b987608f2e7541623b31aa5c97c52ffc978 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -350,10 +350,6 @@ |
'host/disconnect_window_win.cc', |
'host/dns_blackhole_checker.cc', |
'host/dns_blackhole_checker.h', |
- 'host/event_executor.h', |
- 'host/event_executor_linux.cc', |
- 'host/event_executor_mac.cc', |
- 'host/event_executor_win.cc', |
'host/heartbeat_sender.cc', |
'host/heartbeat_sender.h', |
'host/host_change_notification_listener.cc', |
@@ -369,6 +365,10 @@ |
'host/host_status_observer.h', |
'host/host_user_interface.cc', |
'host/host_user_interface.h', |
+ 'host/input_injector.h', |
+ 'host/input_injector_linux.cc', |
+ 'host/input_injector_mac.cc', |
+ 'host/input_injector_win.cc', |
'host/in_memory_host_config.cc', |
'host/in_memory_host_config.h', |
'host/ipc_audio_capturer.cc', |
@@ -377,8 +377,8 @@ |
'host/ipc_constants.h', |
'host/ipc_desktop_environment.cc', |
'host/ipc_desktop_environment.h', |
- 'host/ipc_event_executor.cc', |
- 'host/ipc_event_executor.h', |
+ 'host/ipc_input_injector.cc', |
+ 'host/ipc_input_injector.h', |
'host/ipc_host_event_logger.cc', |
'host/ipc_host_event_logger.h', |
'host/ipc_session_controller.cc', |
@@ -460,8 +460,8 @@ |
'host/win/security_descriptor.h', |
'host/win/session_desktop_environment.cc', |
'host/win/session_desktop_environment.h', |
- 'host/win/session_event_executor.cc', |
- 'host/win/session_event_executor.h', |
+ 'host/win/session_input_injector.cc', |
+ 'host/win/session_input_injector.h', |
'host/win/window_station_and_desktop.cc', |
'host/win/window_station_and_desktop.h', |
'host/win/wts_terminal_monitor.cc', |