Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 996edabc76c9b2c7992d01d7c6a4f62fe8a2e825..2ca8188cd25a102bfa9ef9567c5f9a6ca174ca58 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -286,6 +286,9 @@ |
'sources': [ |
'host/it2me_host_user_interface.cc', |
'host/it2me_host_user_interface.h', |
+ 'host/plugin/daemon_npapi_linux.cc', |
Sergey Ulanov
2012/02/02 23:41:24
daemon_npapi.h should also be here.
Jamie
2012/02/03 00:47:41
Good catch! Done.
|
+ 'host/plugin/daemon_npapi_mac.cc', |
+ 'host/plugin/daemon_npapi_win.cc', |
'host/plugin/host_log_handler.cc', |
'host/plugin/host_log_handler.h', |
'host/plugin/host_plugin.cc', |