| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 2509c8bdf327f3370f59a50e9204d7e2fecd11e3..bb2d586cfe39ac587c0e635bab0684fd8ddbc6d5 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -554,6 +554,8 @@
|
| 'host/plugin/daemon_controller_linux.cc',
|
| 'host/plugin/daemon_controller_mac.cc',
|
| 'host/plugin/daemon_controller_win.cc',
|
| + 'host/plugin/daemon_installer_win.cc',
|
| + 'host/plugin/daemon_installer_win.h',
|
| 'host/plugin/host_log_handler.cc',
|
| 'host/plugin/host_log_handler.h',
|
| 'host/plugin/host_plugin.cc',
|
| @@ -599,6 +601,7 @@
|
| }], # OS=="mac"
|
| [ 'OS=="win"', {
|
| 'dependencies': [
|
| + '../google_update/google_update.gyp:google_update',
|
| '../ipc/ipc.gyp:ipc',
|
| 'remoting_elevated_controller',
|
| 'remoting_version_resources',
|
|
|