Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index df2800bf3dcb10187be2fadaea86ebc7c1fd4509..7e91017e0e2b60e7a75e7d16245f4d2ba26eb11a 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -577,10 +577,14 @@ |
'VERSION=<(version_full)', |
], |
'sources': [ |
+ 'host/setup/daemon_controller.cc', |
'host/setup/daemon_controller.h', |
- 'host/setup/daemon_controller_linux.cc', |
- 'host/setup/daemon_controller_mac.mm', |
- 'host/setup/daemon_controller_win.cc', |
+ 'host/setup/daemon_controller_delegate_linux.cc', |
+ 'host/setup/daemon_controller_delegate_linux.h', |
+ 'host/setup/daemon_controller_delegate_mac.h', |
+ 'host/setup/daemon_controller_delegate_mac.mm', |
+ 'host/setup/daemon_controller_delegate_win.cc', |
+ 'host/setup/daemon_controller_delegate_win.h', |
'host/setup/daemon_installer_win.cc', |
'host/setup/daemon_installer_win.h', |
'host/setup/host_starter.cc', |