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

Unified Diff: remoting/remoting.gyp

Issue 10855249: [Chromoting] The daemon process now starts the networking process and passes the host configuration… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback + rebased on top of https://chromiumcodereview.appspot.com/10829467/ (Patch Set 5) 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 57e456e7b3a99409fc2ed6cc7ecc6c7142e7a56b..1f6404088e2bee5928e8ec864eda32773b4942c6 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -592,6 +592,8 @@
'host/branding.h',
'host/chromoting_messages.cc',
'host/chromoting_messages.h',
+ 'host/config_file_watcher.cc',
+ 'host/config_file_watcher.h',
'host/constants.h',
'host/constants_win.cc',
'host/daemon_process.cc',
@@ -611,6 +613,7 @@
'host/win/wts_console_observer.h',
'host/win/wts_session_process_launcher.cc',
'host/win/wts_session_process_launcher.h',
+ 'host/worker_process_delegate.h',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -1205,8 +1208,6 @@
'host/clipboard_linux.cc',
'host/clipboard_mac.mm',
'host/clipboard_win.cc',
- 'host/composite_host_config.cc',
- 'host/composite_host_config.h',
'host/constants.cc',
'host/constants.h',
'host/constants_mac.cc',
@@ -1437,13 +1438,13 @@
'sources': [
'host/branding.cc',
'host/branding.h',
- 'host/posix/sighup_listener.cc',
- 'host/posix/sighup_listener.h',
+ 'host/config_file_watcher.cc',
+ 'host/config_file_watcher.h',
+ 'host/curtain_mode_mac.h',
+ 'host/curtain_mode_mac.cc',
'host/remoting_me2me_host.cc',
'host/usage_stats_consent.h',
'host/usage_stats_consent_win.cc',
- 'host/curtain_mode_mac.h',
- 'host/curtain_mode_mac.cc',
],
'conditions': [
['os_posix != 1', {
« remoting/host/worker_process_delegate.h ('K') | « remoting/host/worker_process_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698