Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: remoting/test/BUILD.gn

Issue 1237883002: Added chromoting test environment for the tests to share data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added files to BUILD.gn and synced with connect to localhost changes. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/test/BUILD.gn
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index 47c2a338930b42e2c893bf0519ff9b8cb33e1846..af82df264d4a1b21656c0b314fb723deb6288f60 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -12,18 +12,24 @@ source_set("test_support") {
"app_remoting_report_issue_request.h",
"app_remoting_service_urls.cc",
"app_remoting_service_urls.h",
+ "chromoting_test_driver_environment.cc",
+ "chromoting_test_driver_environment.h",
"connection_setup_info.cc",
"connection_setup_info.h",
"fake_access_token_fetcher.cc",
"fake_access_token_fetcher.h",
"fake_app_remoting_report_issue_request.cc",
"fake_app_remoting_report_issue_request.h",
+ "fake_host_list_fetcher.cc",
+ "fake_host_list_fetcher.h",
"fake_network_dispatcher.cc",
"fake_network_dispatcher.h",
"fake_network_manager.cc",
"fake_network_manager.h",
"fake_port_allocator.cc",
"fake_port_allocator.h",
+ "fake_refresh_token_store.cc",
+ "fake_refresh_token_store.h",
"fake_remote_host_info_fetcher.cc",
"fake_remote_host_info_fetcher.h",
"fake_socket_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698