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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 570463002: Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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/protocol/transport.h ('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 { 5 {
6 'variables': { 6 'variables': {
7 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 # Note: sources list duplicated in GN build. 8 # Note: sources list duplicated in GN build.
9 # See remoting/base/BUILD.gn 9 # See remoting/base/BUILD.gn
10 'base/auth_token_util.cc', 10 'base/auth_token_util.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'protocol/clipboard_filter.h', 106 'protocol/clipboard_filter.h',
107 'protocol/clipboard_stub.h', 107 'protocol/clipboard_stub.h',
108 'protocol/clipboard_thread_proxy.cc', 108 'protocol/clipboard_thread_proxy.cc',
109 'protocol/clipboard_thread_proxy.h', 109 'protocol/clipboard_thread_proxy.h',
110 'protocol/connection_to_client.cc', 110 'protocol/connection_to_client.cc',
111 'protocol/connection_to_client.h', 111 'protocol/connection_to_client.h',
112 'protocol/connection_to_host.cc', 112 'protocol/connection_to_host.cc',
113 'protocol/connection_to_host.h', 113 'protocol/connection_to_host.h',
114 'protocol/content_description.cc', 114 'protocol/content_description.cc',
115 'protocol/content_description.h', 115 'protocol/content_description.h',
116 'protocol/datagram_channel_factory.h',
117 'protocol/errors.h', 116 'protocol/errors.h',
118 'protocol/host_control_dispatcher.cc', 117 'protocol/host_control_dispatcher.cc',
119 'protocol/host_control_dispatcher.h', 118 'protocol/host_control_dispatcher.h',
120 'protocol/host_event_dispatcher.cc', 119 'protocol/host_event_dispatcher.cc',
121 'protocol/host_event_dispatcher.h', 120 'protocol/host_event_dispatcher.h',
122 'protocol/host_stub.h', 121 'protocol/host_stub.h',
123 'protocol/input_event_tracker.cc', 122 'protocol/input_event_tracker.cc',
124 'protocol/input_event_tracker.h', 123 'protocol/input_event_tracker.h',
125 'protocol/input_filter.cc', 124 'protocol/input_filter.cc',
126 'protocol/input_filter.h', 125 'protocol/input_filter.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'protocol/pairing_client_authenticator.cc', 160 'protocol/pairing_client_authenticator.cc',
162 'protocol/pairing_client_authenticator.h', 161 'protocol/pairing_client_authenticator.h',
163 'protocol/pairing_host_authenticator.cc', 162 'protocol/pairing_host_authenticator.cc',
164 'protocol/pairing_host_authenticator.h', 163 'protocol/pairing_host_authenticator.h',
165 'protocol/pairing_registry.cc', 164 'protocol/pairing_registry.cc',
166 'protocol/pairing_registry.h', 165 'protocol/pairing_registry.h',
167 'protocol/protobuf_video_reader.cc', 166 'protocol/protobuf_video_reader.cc',
168 'protocol/protobuf_video_reader.h', 167 'protocol/protobuf_video_reader.h',
169 'protocol/protobuf_video_writer.cc', 168 'protocol/protobuf_video_writer.cc',
170 'protocol/protobuf_video_writer.h', 169 'protocol/protobuf_video_writer.h',
171 'protocol/pseudotcp_channel_factory.cc',
172 'protocol/pseudotcp_channel_factory.h',
173 'protocol/secure_channel_factory.cc',
174 'protocol/secure_channel_factory.h',
175 'protocol/session.h', 170 'protocol/session.h',
176 'protocol/session_config.cc', 171 'protocol/session_config.cc',
177 'protocol/session_config.h', 172 'protocol/session_config.h',
178 'protocol/session_manager.h', 173 'protocol/session_manager.h',
179 'protocol/socket_util.cc', 174 'protocol/socket_util.cc',
180 'protocol/socket_util.h', 175 'protocol/socket_util.h',
181 'protocol/ssl_hmac_channel_authenticator.cc', 176 'protocol/ssl_hmac_channel_authenticator.cc',
182 'protocol/ssl_hmac_channel_authenticator.h', 177 'protocol/ssl_hmac_channel_authenticator.h',
183 'protocol/stream_channel_factory.h',
184 'protocol/third_party_authenticator_base.cc', 178 'protocol/third_party_authenticator_base.cc',
185 'protocol/third_party_authenticator_base.h', 179 'protocol/third_party_authenticator_base.h',
186 'protocol/third_party_client_authenticator.cc', 180 'protocol/third_party_client_authenticator.cc',
187 'protocol/third_party_client_authenticator.h', 181 'protocol/third_party_client_authenticator.h',
188 'protocol/third_party_host_authenticator.cc', 182 'protocol/third_party_host_authenticator.cc',
189 'protocol/third_party_host_authenticator.h', 183 'protocol/third_party_host_authenticator.h',
190 'protocol/token_validator.h', 184 'protocol/token_validator.h',
191 'protocol/transport.cc', 185 'protocol/transport.cc',
192 'protocol/transport.h', 186 'protocol/transport.h',
193 'protocol/v2_authenticator.cc', 187 'protocol/v2_authenticator.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'client/plugin/pepper_plugin_thread_delegate.h', 262 'client/plugin/pepper_plugin_thread_delegate.h',
269 'client/plugin/pepper_port_allocator.cc', 263 'client/plugin/pepper_port_allocator.cc',
270 'client/plugin/pepper_port_allocator.h', 264 'client/plugin/pepper_port_allocator.h',
271 'client/plugin/pepper_util.cc', 265 'client/plugin/pepper_util.cc',
272 'client/plugin/pepper_util.h', 266 'client/plugin/pepper_util.h',
273 'client/plugin/pepper_view.cc', 267 'client/plugin/pepper_view.cc',
274 'client/plugin/pepper_view.h', 268 'client/plugin/pepper_view.h',
275 ], 269 ],
276 } 270 }
277 } 271 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698