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

Unified Diff: remoting/test/BUILD.gn

Issue 1238343002: Added ConnectionTimeObserver to calculate the times to authenticate and connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed timer from observer, used print friendly string in TestChromotingClient, and made modificat… 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 262a54c79a3f98e33ed92c376985c983aa8b6f72..48a634f9704a78c2c7451a9ac4bcbd27f622be01 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -16,6 +16,8 @@ source_set("test_support") {
"chromoting_test_driver_environment.h",
"connection_setup_info.cc",
"connection_setup_info.h",
+ "connection_time_observer.cc",
+ "connection_time_observer.h",
"fake_access_token_fetcher.cc",
"fake_access_token_fetcher.h",
"fake_app_remoting_report_issue_request.cc",
@@ -132,6 +134,7 @@ source_set("unit_tests") {
"access_token_fetcher_unittest.cc",
"app_remoting_report_issue_request_unittest.cc",
"chromoting_test_driver_environment_unittest.cc",
+ "connection_time_observer_unittest.cc",
"host_list_fetcher_unittest.cc",
"remote_host_info_fetcher_unittest.cc",
"test_chromoting_client_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698