summaryrefslogtreecommitdiffstats
path: root/remoting/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/BUILD.gn')
-rw-r--r--remoting/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index f87db3d..047650f 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -33,12 +33,15 @@ source_set("test_support") {
"test/fake_network_manager.h",
"test/fake_port_allocator.cc",
"test/fake_port_allocator.h",
+ "test/fake_remote_host_info_fetcher.cc",
"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/refresh_token_store.cc",
+ "test/remote_host_info.cc",
+ "test/remote_host_info_fetcher.cc",
]
deps = [
@@ -72,6 +75,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/remote_host_info_fetcher_unittest.cc",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.