Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index b185270237fcf83443e443319026f43ee7533dbc..1079a15a7f186afbdd53d4b81f25c6a440923d31 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -2636,6 +2636,14 @@ |
'host/resizing_host_observer_unittest.cc', |
'host/screen_resolution_unittest.cc', |
'host/server_log_entry_unittest.cc', |
+ 'host/setup/mock_daemon_controller.cc', |
+ 'host/setup/mock_daemon_controller.h', |
+ 'host/setup/native_messaging_host.cc', |
Sergey Ulanov
2013/05/18 01:59:31
now these files are compiled twice. Move them to r
Lambros
2013/05/22 21:42:18
Done.
|
+ 'host/setup/native_messaging_host_unittest.cc', |
+ 'host/setup/native_messaging_reader.cc', |
+ 'host/setup/native_messaging_reader_unittest.cc', |
+ 'host/setup/native_messaging_writer.cc', |
+ 'host/setup/native_messaging_writer_unittest.cc', |
'host/setup/oauth_helper_unittest.cc', |
'host/setup/pin_validator_unittest.cc', |
'host/token_validator_factory_impl_unittest.cc', |