summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authortonychun <tonychun@google.com>2015-07-30 17:05:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-31 00:06:23 +0000
commit684d1414ae40738e455092831088fbc0391ab11d (patch)
tree68e2759900a7db50b44519750dfcc3319a8325db /remoting/remoting_test.gypi
parentbcc7961519e151bf05e09b19e2eabc36b279e335 (diff)
downloadchromium_src-684d1414ae40738e455092831088fbc0391ab11d.zip
chromium_src-684d1414ae40738e455092831088fbc0391ab11d.tar.gz
chromium_src-684d1414ae40738e455092831088fbc0391ab11d.tar.bz2
Added ConnectionTimeObserver to provide a way to calculate times between the different stages.
The ConnectionTimeObserver saves the state of the client and the time when the client state changes. The delta times can be accessed through GetStateTransitionDelay and a start and end state. BUG= Review URL: https://codereview.chromium.org/1238343002 Cr-Commit-Position: refs/heads/master@{#341232}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index e9b6f43..048a8a7 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -60,6 +60,8 @@
'test/chromoting_test_driver_environment.h',
'test/connection_setup_info.cc',
'test/connection_setup_info.h',
+ 'test/connection_time_observer.cc',
+ 'test/connection_time_observer.h',
'test/fake_access_token_fetcher.cc',
'test/fake_access_token_fetcher.h',
'test/fake_app_remoting_report_issue_request.cc',
@@ -330,6 +332,7 @@
'test/access_token_fetcher_unittest.cc',
'test/app_remoting_report_issue_request_unittest.cc',
'test/chromoting_test_driver_environment_unittest.cc',
+ 'test/connection_time_observer_unittest.cc',
'test/host_list_fetcher_unittest.cc',
'test/remote_host_info_fetcher_unittest.cc',
'test/test_chromoting_client_unittest.cc',