diff options
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index f0ac015..467cbfe 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,11 @@ '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/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 +59,24 @@ '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/test_chromoting_client.cc', + 'test/test_chromoting_client.h', + 'test/test_video_renderer.cc', + 'test/test_video_renderer.h', ], 'conditions': [ ['enable_remoting_host == 0', { @@ -243,6 +258,7 @@ 'test/access_token_fetcher_unittest.cc', 'test/app_remoting_test_driver_environment_unittest.cc', 'test/remote_host_info_fetcher_unittest.cc', + 'test/test_chromoting_client_unittest.cc', ], 'conditions': [ [ 'OS=="win"', { |