| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index ecf6fb5395bcdf90745b78ecff55ca3c4e5e7390..e8d641144cc6c863632dcde28255d2f9558dfd52 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -28,6 +28,7 @@ source_set("test_support") {
|
| "test/access_token_fetcher.h",
|
| "test/app_remoting_test_driver_environment.cc",
|
| "test/app_remoting_test_driver_environment.h",
|
| + "test/app_remoting_test_driver_environment_app_details.cc",
|
| "test/fake_access_token_fetcher.cc",
|
| "test/fake_access_token_fetcher.h",
|
| "test/fake_network_dispatcher.cc",
|
| @@ -46,6 +47,7 @@ source_set("test_support") {
|
| "test/mock_access_token_fetcher.h",
|
| "test/refresh_token_store.cc",
|
| "test/refresh_token_store.h",
|
| + "test/remote_application_details.h",
|
| "test/remote_connection_observer.h",
|
| "test/remote_host_info.cc",
|
| "test/remote_host_info.h",
|
|
|