| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index 047650fdbb1eb05cba80926f225b0f38a666d726..16ce53c164e448a8332e852a6d32e83ae59b7975 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -25,8 +25,13 @@ source_set("test_support") {
|
| "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",
|
| @@ -34,14 +39,22 @@ source_set("test_support") {
|
| "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",
|
| ]
|
|
|
| deps = [
|
| @@ -75,6 +88,7 @@ if (!is_win && !is_mac) {
|
| "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",
|
| ]
|
|
|
| @@ -87,6 +101,7 @@ if (!is_win && !is_mac) {
|
| "//google_apis",
|
| "//remoting/base:unit_tests",
|
| "//remoting/client:unit_tests",
|
| + "//remoting/protocol:test_support",
|
| "//remoting/protocol:unit_tests",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|