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

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: Added missing signal.h Created 8 years, 3 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/worker_process_ipc_delegate.h ('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 4b7feb06ebd3b736df062840582bd8fd6dc0fb0c..79491022cd6e82ecb1e6bd0e6e238986f1dd7f99 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -593,6 +593,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',
@@ -612,6 +614,7 @@
'host/win/wts_console_observer.h',
'host/win/wts_session_process_launcher.cc',
'host/win/wts_session_process_launcher.h',
+ 'host/worker_process_ipc_delegate.h',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -1209,8 +1212,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.h',
'host/constants_mac.cc',
'host/constants_mac.h',
@@ -1446,13 +1447,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', {
« no previous file with comments | « remoting/host/worker_process_ipc_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698