Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1039)

Unified Diff: remoting/remoting.gyp

Issue 12760012: Rename EventExecutor to InputInjector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace some missed occurrences and remove unused include. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/win/session_input_injector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 2349ef4f56ccecb9b6d6f3decd5fe6c251831fa0..8a3074f9c486f6f9c4f0c901a79aadda59f52c6f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -351,10 +351,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',
@@ -370,6 +366,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',
@@ -378,8 +378,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',
@@ -461,8 +461,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',
« no previous file with comments | « remoting/host/win/session_input_injector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698