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

Side by Side Diff: remoting/test/protocol_perftest.cc

Issue 1794433002: Use ClientAuthenticationConfig in PairingClientAuthenticator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »
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 #include <utility> 5 #include <utility>
6 6
7 #include "base/base64.h" 7 #include "base/base64.h"
8 #include "base/files/file_util.h" 8 #include "base/files/file_util.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
(...skipping 11 matching lines...) Expand all
22 #include "remoting/client/audio_player.h" 22 #include "remoting/client/audio_player.h"
23 #include "remoting/client/chromoting_client.h" 23 #include "remoting/client/chromoting_client.h"
24 #include "remoting/client/client_context.h" 24 #include "remoting/client/client_context.h"
25 #include "remoting/client/client_user_interface.h" 25 #include "remoting/client/client_user_interface.h"
26 #include "remoting/codec/video_decoder_verbatim.h" 26 #include "remoting/codec/video_decoder_verbatim.h"
27 #include "remoting/codec/video_decoder_vpx.h" 27 #include "remoting/codec/video_decoder_vpx.h"
28 #include "remoting/host/chromoting_host.h" 28 #include "remoting/host/chromoting_host.h"
29 #include "remoting/host/chromoting_host_context.h" 29 #include "remoting/host/chromoting_host_context.h"
30 #include "remoting/host/fake_desktop_environment.h" 30 #include "remoting/host/fake_desktop_environment.h"
31 #include "remoting/protocol/auth_util.h" 31 #include "remoting/protocol/auth_util.h"
32 #include "remoting/protocol/client_authentication_config.h"
32 #include "remoting/protocol/frame_consumer.h" 33 #include "remoting/protocol/frame_consumer.h"
33 #include "remoting/protocol/jingle_session_manager.h" 34 #include "remoting/protocol/jingle_session_manager.h"
34 #include "remoting/protocol/me2me_host_authenticator_factory.h" 35 #include "remoting/protocol/me2me_host_authenticator_factory.h"
35 #include "remoting/protocol/negotiating_client_authenticator.h"
36 #include "remoting/protocol/session_config.h" 36 #include "remoting/protocol/session_config.h"
37 #include "remoting/protocol/transport_context.h" 37 #include "remoting/protocol/transport_context.h"
38 #include "remoting/protocol/video_frame_pump.h" 38 #include "remoting/protocol/video_frame_pump.h"
39 #include "remoting/protocol/video_renderer.h" 39 #include "remoting/protocol/video_renderer.h"
40 #include "remoting/signaling/fake_signal_strategy.h" 40 #include "remoting/signaling/fake_signal_strategy.h"
41 #include "remoting/test/cyclic_frame_generator.h" 41 #include "remoting/test/cyclic_frame_generator.h"
42 #include "remoting/test/fake_network_dispatcher.h" 42 #include "remoting/test/fake_network_dispatcher.h"
43 #include "remoting/test/fake_port_allocator.h" 43 #include "remoting/test/fake_port_allocator.h"
44 #include "remoting/test/fake_socket_factory.h" 44 #include "remoting/test/fake_socket_factory.h"
45 #include "testing/gtest/include/gtest/gtest.h" 45 #include "testing/gtest/include/gtest/gtest.h"
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 627
628 TEST_P(ProtocolPerfTest, TotalLatencyIce) { 628 TEST_P(ProtocolPerfTest, TotalLatencyIce) {
629 MeasureTotalLatency(false); 629 MeasureTotalLatency(false);
630 } 630 }
631 631
632 TEST_P(ProtocolPerfTest, TotalLatencyWebrtc) { 632 TEST_P(ProtocolPerfTest, TotalLatencyWebrtc) {
633 MeasureTotalLatency(true); 633 MeasureTotalLatency(true);
634 } 634 }
635 635
636 } // namespace remoting 636 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698