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

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 unittest, display connection stats ability, and error check for transition delay. 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
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/test/app_remoting_test_driver_environment_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/BUILD.gn
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index 47c2a338930b42e2c893bf0519ff9b8cb33e1846..262a54c79a3f98e33ed92c376985c983aa8b6f72 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",
@@ -125,6 +131,7 @@ source_set("unit_tests") {
sources = [
"access_token_fetcher_unittest.cc",
"app_remoting_report_issue_request_unittest.cc",
+ "chromoting_test_driver_environment_unittest.cc",
"host_list_fetcher_unittest.cc",
"remote_host_info_fetcher_unittest.cc",
"test_chromoting_client_unittest.cc",
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/test/app_remoting_test_driver_environment_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698