Index: remoting/BUILD.gn |
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn |
index 9be8a41b4dfce55bc5857d6172ea58f1e3a8ff73..72f0109df160bbd47dd98674c4ae20ba59e2961c 100644 |
--- a/remoting/BUILD.gn |
+++ b/remoting/BUILD.gn |
@@ -90,16 +90,22 @@ source_set("test_support") { |
"test/app_remoting_test_driver_environment.cc", |
"test/app_remoting_test_driver_environment.h", |
"test/app_remoting_test_driver_environment_app_details.cc", |
+ "test/chromoting_test_driver_environment.cc", |
+ "test/chromoting_test_driver_environment.h", |
"test/fake_access_token_fetcher.cc", |
"test/fake_access_token_fetcher.h", |
"test/fake_app_remoting_report_issue_request.cc", |
"test/fake_app_remoting_report_issue_request.h", |
+ "test/fake_host_list_fetcher.cc", |
+ "test/fake_host_list_fetcher.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_refresh_token_store.cc", |
+ "test/fake_refresh_token_store.h", |
"test/fake_remote_host_info_fetcher.cc", |
"test/fake_remote_host_info_fetcher.h", |
"test/fake_socket_factory.cc", |