| 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', {
|
|
|