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

Side by Side 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: Synced with recent changes to connect to local host and cleaned up Connection Time Observer. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("test_support") { 5 source_set("test_support") {
6 testonly = true 6 testonly = true
7 7
8 sources = [ 8 sources = [
9 "access_token_fetcher.cc", 9 "access_token_fetcher.cc",
10 "access_token_fetcher.h", 10 "access_token_fetcher.h",
11 "app_remoting_report_issue_request.cc", 11 "app_remoting_report_issue_request.cc",
12 "app_remoting_report_issue_request.h", 12 "app_remoting_report_issue_request.h",
13 "app_remoting_service_urls.cc", 13 "app_remoting_service_urls.cc",
14 "app_remoting_service_urls.h", 14 "app_remoting_service_urls.h",
15 "connection_setup_info.cc", 15 "connection_setup_info.cc",
16 "connection_setup_info.h", 16 "connection_setup_info.h",
17 "connection_time_observer.cc",
18 "connection_time_observer.h",
17 "fake_access_token_fetcher.cc", 19 "fake_access_token_fetcher.cc",
18 "fake_access_token_fetcher.h", 20 "fake_access_token_fetcher.h",
19 "fake_app_remoting_report_issue_request.cc", 21 "fake_app_remoting_report_issue_request.cc",
20 "fake_app_remoting_report_issue_request.h", 22 "fake_app_remoting_report_issue_request.h",
21 "fake_network_dispatcher.cc", 23 "fake_network_dispatcher.cc",
22 "fake_network_dispatcher.h", 24 "fake_network_dispatcher.h",
23 "fake_network_manager.cc", 25 "fake_network_manager.cc",
24 "fake_network_manager.h", 26 "fake_network_manager.h",
25 "fake_port_allocator.cc", 27 "fake_port_allocator.cc",
26 "fake_port_allocator.h", 28 "fake_port_allocator.h",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 ":test_support", 149 ":test_support",
148 ":ar_test_driver_common", 150 ":ar_test_driver_common",
149 "//base", 151 "//base",
150 "//net:test_support", 152 "//net:test_support",
151 "//testing/gmock", 153 "//testing/gmock",
152 "//testing/gtest", 154 "//testing/gtest",
153 "//third_party/libyuv", 155 "//third_party/libyuv",
154 "//third_party/webrtc/modules/desktop_capture", 156 "//third_party/webrtc/modules/desktop_capture",
155 ] 157 ]
156 } 158 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698