| Index: remoting/remoting_test.gypi
|
| diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
|
| index 911af72579e37298fc68b693aa149b0283ee0ead..3cd6ffebcb632a203d2cde83ff42659a597c3f6c 100644
|
| --- a/remoting/remoting_test.gypi
|
| +++ b/remoting/remoting_test.gypi
|
| @@ -31,6 +31,8 @@
|
| 'host/fake_mouse_cursor_monitor.h',
|
| 'protocol/fake_authenticator.cc',
|
| 'protocol/fake_authenticator.h',
|
| + 'protocol/fake_connection_to_host.cc',
|
| + 'protocol/fake_connection_to_host.h',
|
| 'protocol/fake_datagram_socket.cc',
|
| 'protocol/fake_datagram_socket.h',
|
| 'protocol/fake_session.cc',
|
| @@ -45,8 +47,13 @@
|
| 'signaling/mock_signal_strategy.cc',
|
| 'signaling/mock_signal_strategy.h',
|
| 'test/access_token_fetcher.cc',
|
| + 'test/access_token_fetcher.h',
|
| 'test/app_remoting_test_driver_environment.cc',
|
| + 'test/app_remoting_test_driver_environment.h',
|
| + 'test/chromoting_instance.cc',
|
| + 'test/chromoting_instance.h',
|
| 'test/fake_access_token_fetcher.cc',
|
| + 'test/fake_access_token_fetcher.h',
|
| 'test/fake_network_dispatcher.cc',
|
| 'test/fake_network_dispatcher.h',
|
| 'test/fake_network_manager.cc',
|
| @@ -54,14 +61,22 @@
|
| 'test/fake_port_allocator.cc',
|
| 'test/fake_port_allocator.h',
|
| 'test/fake_remote_host_info_fetcher.cc',
|
| + 'test/fake_remote_host_info_fetcher.h',
|
| 'test/fake_socket_factory.cc',
|
| 'test/fake_socket_factory.h',
|
| 'test/leaky_bucket.cc',
|
| 'test/leaky_bucket.h',
|
| 'test/mock_access_token_fetcher.cc',
|
| + 'test/mock_access_token_fetcher.h',
|
| 'test/refresh_token_store.cc',
|
| + 'test/refresh_token_store.h',
|
| + 'test/remote_connection_observer.h',
|
| 'test/remote_host_info.cc',
|
| + 'test/remote_host_info.h',
|
| 'test/remote_host_info_fetcher.cc',
|
| + 'test/remote_host_info_fetcher.h',
|
| + 'test/video_renderer.cc',
|
| + 'test/video_renderer.h',
|
| ],
|
| 'conditions': [
|
| ['enable_remoting_host == 0', {
|
| @@ -239,6 +254,7 @@
|
| 'signaling/server_log_entry_unittest.h',
|
| 'test/access_token_fetcher_unittest.cc',
|
| 'test/app_remoting_test_driver_environment_unittest.cc',
|
| + 'test/chromoting_instance_unittest.cc',
|
| 'test/remote_host_info_fetcher_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|