Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index fb410aaf62de8df3980c3407e97e424c3825bfd3..f05e8b0c76a47837ecf01a46d9277ab9f22e65eb 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -301,6 +301,8 @@ |
'sources': [ |
'host/branding.cc', |
'host/branding.h', |
+ 'host/daemon_controller_common_win.cc', |
+ 'host/daemon_controller_common_win.h', |
alexeypa (please no reviews)
2012/04/23 17:35:10
There files are missing from the CL.
simonmorris
2012/04/23 19:39:49
Done.
|
'host/elevated_controller.rc', |
'host/elevated_controller_module_win.cc', |
'host/elevated_controller_win.cc', |
@@ -595,6 +597,8 @@ |
'host/it2me_host_user_interface.cc', |
'host/it2me_host_user_interface.h', |
'host/plugin/daemon_controller.h', |
+ 'host/daemon_controller_common_win.cc', |
+ 'host/daemon_controller_common_win.h', |
'host/plugin/daemon_controller_linux.cc', |
'host/plugin/daemon_controller_mac.cc', |
'host/plugin/daemon_controller_win.cc', |