| Index: remoting/remoting.gyp
 | 
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
 | 
| index ef927de279a03d18499efc8167b46e684fd63ae3..85ca5eeba79cc61a88a49b45968098cdf6b67577 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',
 | 
| 
 |