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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 551173004: 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',
116 'protocol/errors.h', 117 'protocol/errors.h',
117 'protocol/host_control_dispatcher.cc', 118 'protocol/host_control_dispatcher.cc',
118 'protocol/host_control_dispatcher.h', 119 'protocol/host_control_dispatcher.h',
119 'protocol/host_event_dispatcher.cc', 120 'protocol/host_event_dispatcher.cc',
120 'protocol/host_event_dispatcher.h', 121 'protocol/host_event_dispatcher.h',
121 'protocol/host_stub.h', 122 'protocol/host_stub.h',
122 'protocol/input_event_tracker.cc', 123 'protocol/input_event_tracker.cc',
123 'protocol/input_event_tracker.h', 124 'protocol/input_event_tracker.h',
124 'protocol/input_filter.cc', 125 'protocol/input_filter.cc',
125 'protocol/input_filter.h', 126 'protocol/input_filter.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'protocol/pairing_client_authenticator.cc', 161 'protocol/pairing_client_authenticator.cc',
161 'protocol/pairing_client_authenticator.h', 162 'protocol/pairing_client_authenticator.h',
162 'protocol/pairing_host_authenticator.cc', 163 'protocol/pairing_host_authenticator.cc',
163 'protocol/pairing_host_authenticator.h', 164 'protocol/pairing_host_authenticator.h',
164 'protocol/pairing_registry.cc', 165 'protocol/pairing_registry.cc',
165 'protocol/pairing_registry.h', 166 'protocol/pairing_registry.h',
166 'protocol/protobuf_video_reader.cc', 167 'protocol/protobuf_video_reader.cc',
167 'protocol/protobuf_video_reader.h', 168 'protocol/protobuf_video_reader.h',
168 'protocol/protobuf_video_writer.cc', 169 'protocol/protobuf_video_writer.cc',
169 'protocol/protobuf_video_writer.h', 170 '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',
170 'protocol/session.h', 175 'protocol/session.h',
171 'protocol/session_config.cc', 176 'protocol/session_config.cc',
172 'protocol/session_config.h', 177 'protocol/session_config.h',
173 'protocol/session_manager.h', 178 'protocol/session_manager.h',
174 'protocol/socket_util.cc', 179 'protocol/socket_util.cc',
175 'protocol/socket_util.h', 180 'protocol/socket_util.h',
176 'protocol/ssl_hmac_channel_authenticator.cc', 181 'protocol/ssl_hmac_channel_authenticator.cc',
177 'protocol/ssl_hmac_channel_authenticator.h', 182 'protocol/ssl_hmac_channel_authenticator.h',
183 'protocol/stream_channel_factory.h',
178 'protocol/third_party_authenticator_base.cc', 184 'protocol/third_party_authenticator_base.cc',
179 'protocol/third_party_authenticator_base.h', 185 'protocol/third_party_authenticator_base.h',
180 'protocol/third_party_client_authenticator.cc', 186 'protocol/third_party_client_authenticator.cc',
181 'protocol/third_party_client_authenticator.h', 187 'protocol/third_party_client_authenticator.h',
182 'protocol/third_party_host_authenticator.cc', 188 'protocol/third_party_host_authenticator.cc',
183 'protocol/third_party_host_authenticator.h', 189 'protocol/third_party_host_authenticator.h',
184 'protocol/token_validator.h', 190 'protocol/token_validator.h',
185 'protocol/transport.cc', 191 'protocol/transport.cc',
186 'protocol/transport.h', 192 'protocol/transport.h',
187 'protocol/v2_authenticator.cc', 193 'protocol/v2_authenticator.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'client/plugin/pepper_plugin_thread_delegate.h', 268 'client/plugin/pepper_plugin_thread_delegate.h',
263 'client/plugin/pepper_port_allocator.cc', 269 'client/plugin/pepper_port_allocator.cc',
264 'client/plugin/pepper_port_allocator.h', 270 'client/plugin/pepper_port_allocator.h',
265 'client/plugin/pepper_util.cc', 271 'client/plugin/pepper_util.cc',
266 'client/plugin/pepper_util.h', 272 'client/plugin/pepper_util.h',
267 'client/plugin/pepper_view.cc', 273 'client/plugin/pepper_view.cc',
268 'client/plugin/pepper_view.h', 274 'client/plugin/pepper_view.h',
269 ], 275 ],
270 } 276 }
271 } 277 }
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