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

Side by Side Diff: remoting/remoting_test.gypi

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, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/chromoting_test_driver.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'test/access_token_fetcher.cc', 53 'test/access_token_fetcher.cc',
54 'test/access_token_fetcher.h', 54 'test/access_token_fetcher.h',
55 'test/app_remoting_report_issue_request.cc', 55 'test/app_remoting_report_issue_request.cc',
56 'test/app_remoting_report_issue_request.h', 56 'test/app_remoting_report_issue_request.h',
57 'test/app_remoting_service_urls.cc', 57 'test/app_remoting_service_urls.cc',
58 'test/app_remoting_service_urls.h', 58 'test/app_remoting_service_urls.h',
59 'test/chromoting_test_driver_environment.cc', 59 'test/chromoting_test_driver_environment.cc',
60 'test/chromoting_test_driver_environment.h', 60 'test/chromoting_test_driver_environment.h',
61 'test/connection_setup_info.cc', 61 'test/connection_setup_info.cc',
62 'test/connection_setup_info.h', 62 'test/connection_setup_info.h',
63 'test/connection_time_observer.cc',
64 'test/connection_time_observer.h',
63 'test/fake_access_token_fetcher.cc', 65 'test/fake_access_token_fetcher.cc',
64 'test/fake_access_token_fetcher.h', 66 'test/fake_access_token_fetcher.h',
65 'test/fake_app_remoting_report_issue_request.cc', 67 'test/fake_app_remoting_report_issue_request.cc',
66 'test/fake_app_remoting_report_issue_request.h', 68 'test/fake_app_remoting_report_issue_request.h',
67 'test/fake_host_list_fetcher.cc', 69 'test/fake_host_list_fetcher.cc',
68 'test/fake_host_list_fetcher.h', 70 'test/fake_host_list_fetcher.h',
69 'test/fake_network_dispatcher.cc', 71 'test/fake_network_dispatcher.cc',
70 'test/fake_network_dispatcher.h', 72 'test/fake_network_dispatcher.h',
71 'test/fake_network_manager.cc', 73 'test/fake_network_manager.cc',
72 'test/fake_network_manager.h', 74 'test/fake_network_manager.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'signaling/log_to_server_unittest.cc', 323 'signaling/log_to_server_unittest.cc',
322 'signaling/push_notification_subscriber_unittest.cc', 324 'signaling/push_notification_subscriber_unittest.cc',
323 'signaling/server_log_entry_unittest.cc', 325 'signaling/server_log_entry_unittest.cc',
324 'signaling/server_log_entry_unittest.h', 326 'signaling/server_log_entry_unittest.h',
325 'signaling/xmpp_login_handler_unittest.cc', 327 'signaling/xmpp_login_handler_unittest.cc',
326 'signaling/xmpp_stream_parser_unittest.cc', 328 'signaling/xmpp_stream_parser_unittest.cc',
327 'signaling/xmpp_signal_strategy_unittest.cc', 329 'signaling/xmpp_signal_strategy_unittest.cc',
328 'test/access_token_fetcher_unittest.cc', 330 'test/access_token_fetcher_unittest.cc',
329 'test/app_remoting_report_issue_request_unittest.cc', 331 'test/app_remoting_report_issue_request_unittest.cc',
330 'test/chromoting_test_driver_environment_unittest.cc', 332 'test/chromoting_test_driver_environment_unittest.cc',
333 'test/connection_time_observer_unittest.cc',
331 'test/host_list_fetcher_unittest.cc', 334 'test/host_list_fetcher_unittest.cc',
332 'test/remote_host_info_fetcher_unittest.cc', 335 'test/remote_host_info_fetcher_unittest.cc',
333 'test/test_chromoting_client_unittest.cc', 336 'test/test_chromoting_client_unittest.cc',
334 'test/test_video_renderer_unittest.cc', 337 'test/test_video_renderer_unittest.cc',
335 338
336 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc 339 # TODO(sergeyu): app_remoting_test_driver_environment_unittest.cc
337 # depends on ar_test_driver_common target and that target implicitly 340 # depends on ar_test_driver_common target and that target implicitly
338 # depends on app_remoting_test_driver_environment_app_details.cc to 341 # depends on app_remoting_test_driver_environment_app_details.cc to
339 # allow some parameters to be overridden (i.e. *app_details.cc file can 342 # allow some parameters to be overridden (i.e. *app_details.cc file can
340 # be replace with a different one). This means that app_deails.cc file 343 # be replace with a different one). This means that app_deails.cc file
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '../build/isolate.gypi', 614 '../build/isolate.gypi',
612 ], 615 ],
613 'sources': [ 616 'sources': [
614 'remoting_unittests.isolate', 617 'remoting_unittests.isolate',
615 ], 618 ],
616 }, 619 },
617 ], 620 ],
618 }], 621 }],
619 ] # end of 'conditions' 622 ] # end of 'conditions'
620 } 623 }
OLDNEW
« no previous file with comments | « no previous file | remoting/test/BUILD.gn » ('j') | remoting/test/chromoting_test_driver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698