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

Unified Diff: remoting/remoting.gyp

Issue 10920019: [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders to ClientSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 6949a62fb0f774e7798fc2d8d2763c330d35b1d1..29495a1dd8edd5cb9af071231b4056fdc2e20670 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1218,6 +1218,8 @@
'host/continue_window_win.cc',
'host/desktop_environment.cc',
'host/desktop_environment.h',
+ 'host/desktop_environment_factory.cc',
+ 'host/desktop_environment_factory.h',
'host/differ.cc',
'host/differ.h',
'host/disconnect_window.h',
@@ -1279,8 +1281,6 @@
'host/screen_recorder.h',
'host/server_log_entry.cc',
'host/server_log_entry.h',
- 'host/session_event_executor_win.cc',
- 'host/session_event_executor_win.h',
'host/session_manager_factory.cc',
'host/session_manager_factory.h',
'host/signaling_connector.cc',
@@ -1307,6 +1307,10 @@
'host/win/desktop.h',
'host/win/scoped_thread_desktop.cc',
'host/win/scoped_thread_desktop.h',
+ 'host/win/session_desktop_environment_factory.cc',
+ 'host/win/session_desktop_environment_factory.h',
+ 'host/win/session_event_executor.cc',
+ 'host/win/session_event_executor.h',
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
@@ -1737,6 +1741,8 @@
'host/client_session_unittest.cc',
'host/differ_block_unittest.cc',
'host/differ_unittest.cc',
+ 'host/event_executor_fake.cc',
+ 'host/event_executor_fake.h',
'host/heartbeat_sender_unittest.cc',
'host/host_key_pair_unittest.cc',
'host/host_mock_objects.cc',

Powered by Google App Engine
This is Rietveld 408576698