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

Unified Diff: remoting/remoting.gyp

Issue 13461029: The continue window is owned by the desktop environment now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac. Created 7 years, 8 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 dd1670ce2cfb154aab5af3590f34300e46a30f42..aa3b5075dd70cf37885b58f014cdcd938aa2728d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -334,6 +334,7 @@
'host/config_file_watcher.h',
'host/constants_mac.cc',
'host/constants_mac.h',
+ 'host/continue_window.cc',
'host/continue_window.h',
'host/continue_window_gtk.cc',
'host/continue_window_mac.mm',
@@ -365,8 +366,6 @@
'host/host_secret.h',
'host/host_status_monitor.h',
'host/host_status_observer.h',
- 'host/host_user_interface.cc',
- 'host/host_user_interface.h',
'host/host_window.h',
'host/host_window_proxy.cc',
'host/host_window_proxy.h',
@@ -390,8 +389,8 @@
'host/ipc_screen_controls.h',
'host/ipc_video_frame_capturer.cc',
'host/ipc_video_frame_capturer.h',
- 'host/it2me_host_user_interface.cc',
- 'host/it2me_host_user_interface.h',
+ 'host/it2me_desktop_environment.cc',
+ 'host/it2me_desktop_environment.h',
'host/json_host_config.cc',
'host/json_host_config.h',
'host/linux/audio_pipe_reader.cc',

Powered by Google App Engine
This is Rietveld 408576698