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

Side by Side Diff: remoting/protocol/BUILD.gn

Issue 1463293002: Replace MockConnectionToClient with FakeConnectionToClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_RejectAuthenticatingClient
Patch Set: Created 5 years 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/host/client_session_unittest.cc ('k') | remoting/protocol/fake_connection_to_client.h » ('j') | 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//remoting/remoting_srcs.gni") 6 import("//remoting/remoting_srcs.gni")
7 7
8 source_set("protocol") { 8 source_set("protocol") {
9 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources, 9 sources = rebase_path(remoting_srcs_gypi_values.remoting_protocol_sources,
10 ".", 10 ".",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } 49 }
50 } 50 }
51 } 51 }
52 52
53 source_set("test_support") { 53 source_set("test_support") {
54 testonly = true 54 testonly = true
55 55
56 sources = [ 56 sources = [
57 "fake_authenticator.cc", 57 "fake_authenticator.cc",
58 "fake_authenticator.h", 58 "fake_authenticator.h",
59 "fake_connection_to_client.cc",
60 "fake_connection_to_client.h",
59 "fake_connection_to_host.cc", 61 "fake_connection_to_host.cc",
60 "fake_connection_to_host.h", 62 "fake_connection_to_host.h",
61 "fake_datagram_socket.cc", 63 "fake_datagram_socket.cc",
62 "fake_datagram_socket.h", 64 "fake_datagram_socket.h",
63 "fake_desktop_capturer.cc", 65 "fake_desktop_capturer.cc",
64 "fake_desktop_capturer.h", 66 "fake_desktop_capturer.h",
65 "fake_session.cc", 67 "fake_session.cc",
66 "fake_session.h", 68 "fake_session.h",
67 "fake_stream_socket.cc", 69 "fake_stream_socket.cc",
68 "fake_stream_socket.h", 70 "fake_stream_socket.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "video_frame_pump_unittest.cc", 115 "video_frame_pump_unittest.cc",
114 "webrtc_transport_unittest.cc", 116 "webrtc_transport_unittest.cc",
115 ] 117 ]
116 118
117 deps = [ 119 deps = [
118 ":test_support", 120 ":test_support",
119 "//testing/gmock", 121 "//testing/gmock",
120 "//testing/gtest", 122 "//testing/gtest",
121 ] 123 ]
122 } 124 }
OLDNEW
« no previous file with comments | « remoting/host/client_session_unittest.cc ('k') | remoting/protocol/fake_connection_to_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698