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

Unified Diff: remoting/remoting_host_srcs.gypi

Issue 883673004: Cleanup VideoFramePump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_scheduler
Patch Set: Created 5 years, 10 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/video_frame_pump_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_srcs.gypi
diff --git a/remoting/remoting_host_srcs.gypi b/remoting/remoting_host_srcs.gypi
index 2d929083c01a40d8b759b242cf2c4f93aa623c3d..7590fa396e9a59275b960609e5c4ce370a391f4a 100644
--- a/remoting/remoting_host_srcs.gypi
+++ b/remoting/remoting_host_srcs.gypi
@@ -65,26 +65,28 @@
'host/daemon_process.cc',
'host/daemon_process.h',
'host/daemon_process_win.cc',
+ 'host/desktop_capturer_proxy.cc',
+ 'host/desktop_capturer_proxy.h',
'host/desktop_environment.h',
'host/desktop_process.cc',
'host/desktop_process.h',
'host/desktop_resizer.h',
'host/desktop_resizer_linux.cc',
+ 'host/desktop_resizer_mac.cc',
+ 'host/desktop_resizer_win.cc',
'host/desktop_session.cc',
'host/desktop_session.h',
'host/desktop_session_agent.cc',
'host/desktop_session_agent.h',
- 'host/desktop_session_win.cc',
- 'host/desktop_session_win.h',
- 'host/desktop_resizer_mac.cc',
- 'host/desktop_resizer_win.cc',
'host/desktop_session_connector.h',
'host/desktop_session_proxy.cc',
'host/desktop_session_proxy.h',
+ 'host/desktop_session_win.cc',
+ 'host/desktop_session_win.h',
'host/desktop_shape_tracker.h',
+ 'host/desktop_shape_tracker_linux.cc',
'host/desktop_shape_tracker_mac.cc',
'host/desktop_shape_tracker_win.cc',
- 'host/desktop_shape_tracker_linux.cc',
'host/disconnect_window_chromeos.cc',
'host/disconnect_window_linux.cc',
'host/disconnect_window_mac.h',
@@ -103,8 +105,8 @@
'host/host_change_notification_listener.cc',
'host/host_change_notification_listener.h',
'host/host_config.cc',
- 'host/host_config_constants.cc',
'host/host_config.h',
+ 'host/host_config_constants.cc',
'host/host_event_logger.h',
'host/host_event_logger_posix.cc',
'host/host_event_logger_win.cc',
@@ -174,6 +176,8 @@
'host/me2me_desktop_environment.h',
'host/mouse_clamping_filter.cc',
'host/mouse_clamping_filter.h',
+ 'host/mouse_shape_pump.cc',
+ 'host/mouse_shape_pump.h',
'host/oauth_token_getter.cc',
'host/oauth_token_getter.h',
'host/pairing_registry_delegate.cc',
« no previous file with comments | « remoting/host/video_frame_pump_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698