Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 848328903706ae9fe89098f86ccf466e35f48b6d..bef623f8b15579b60afc5d87fd2ae1b69be16519 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', |