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

Unified Diff: remoting/remoting.gyp

Issue 11761019: Tiny little refactoring of DesktopEnvironment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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_desktop_environment_factory.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 2f7a7f099ea16736e94903af23240886232bd90f..36d8b40ca6598a2fb973c25b458c840623e9e11f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -361,7 +361,6 @@
'host/continue_window_gtk.cc',
'host/continue_window_mac.mm',
'host/continue_window_win.cc',
- 'host/desktop_environment.cc',
'host/desktop_environment.h',
'host/desktop_environment_factory.cc',
'host/desktop_environment_factory.h',
@@ -409,8 +408,6 @@
'host/ipc_desktop_environment_factory.h',
'host/ipc_desktop_environment.cc',
'host/ipc_desktop_environment.h',
- 'host/ipc_event_executor.cc',
- 'host/ipc_event_executor.h',
'host/ipc_video_frame_capturer.cc',
'host/ipc_video_frame_capturer.h',
'host/it2me_host_user_interface.cc',
@@ -423,6 +420,8 @@
'host/linux/x11_util.h',
'host/linux/x_server_clipboard.cc',
'host/linux/x_server_clipboard.h',
+ 'host/local_desktop_environment.cc',
+ 'host/local_desktop_environment.h',
'host/local_input_monitor.h',
'host/local_input_monitor_linux.cc',
'host/local_input_monitor_mac.mm',
@@ -2235,6 +2234,8 @@
'host/daemon_process.cc',
'host/daemon_process.h',
'host/daemon_process_unittest.cc',
+ 'host/desktop_environment_fake.cc',
+ 'host/desktop_environment_fake.h',
'host/desktop_process.cc',
'host/desktop_process.h',
'host/desktop_process_unittest.cc',
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698