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

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: 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
Index: remoting/test/BUILD.gn
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index 47c2a338930b42e2c893bf0519ff9b8cb33e1846..f88826c76e8c9fd1ea4d8b3213c731194045525f 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -14,6 +14,8 @@ source_set("test_support") {
"app_remoting_service_urls.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",
@@ -125,6 +127,7 @@ source_set("unit_tests") {
sources = [
"access_token_fetcher_unittest.cc",
"app_remoting_report_issue_request_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