| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 3949921af1902e2b7850052a1c0da07185326503..686841d4e6845264abc5f365fdfb958cdd051342 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -38,6 +38,16 @@
|
| 'signaling/fake_signal_strategy.h',
|
| 'signaling/mock_signal_strategy.cc',
|
| 'signaling/mock_signal_strategy.h',
|
| + 'test/fake_network_dispatcher.cc',
|
| + 'test/fake_network_dispatcher.h',
|
| + 'test/fake_network_manager.cc',
|
| + 'test/fake_network_manager.h',
|
| + 'test/fake_port_allocator.cc',
|
| + 'test/fake_port_allocator.h',
|
| + 'test/fake_socket_factory.cc',
|
| + 'test/fake_socket_factory.h',
|
| + 'test/leaky_bucket.cc',
|
| + 'test/leaky_bucket.h',
|
| ],
|
| 'conditions': [
|
| ['enable_remoting_host == 0', {
|
|
|