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

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
« remoting/protocol/transport.h ('K') | « 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'remoting_protocol_sources': [ 73 'remoting_protocol_sources': [
74 # Note: sources list duplicated in GN build. 74 # Note: sources list duplicated in GN build.
75 # See remoting/protocol/BUILD.gn 75 # See remoting/protocol/BUILD.gn
76 'protocol/audio_reader.cc', 76 'protocol/audio_reader.cc',
77 'protocol/audio_reader.h', 77 'protocol/audio_reader.h',
78 'protocol/audio_stub.h', 78 'protocol/audio_stub.h',
79 'protocol/audio_writer.cc', 79 'protocol/audio_writer.cc',
80 'protocol/audio_writer.h', 80 'protocol/audio_writer.h',
81 'protocol/auth_util.cc', 81 'protocol/auth_util.cc',
82 'protocol/auth_util.h', 82 'protocol/auth_util.h',
83 'protocol/authenticated_channel_factory.cc',
84 'protocol/authenticated_channel_factory.h',
83 'protocol/authentication_method.cc', 85 'protocol/authentication_method.cc',
84 'protocol/authentication_method.h', 86 'protocol/authentication_method.h',
85 'protocol/authenticator.cc', 87 'protocol/authenticator.cc',
86 'protocol/authenticator.h', 88 'protocol/authenticator.h',
87 'protocol/buffered_socket_writer.cc', 89 'protocol/buffered_socket_writer.cc',
88 'protocol/buffered_socket_writer.h', 90 'protocol/buffered_socket_writer.h',
89 'protocol/channel_authenticator.h', 91 'protocol/channel_authenticator.h',
90 'protocol/channel_dispatcher_base.cc', 92 'protocol/channel_dispatcher_base.cc',
91 'protocol/channel_dispatcher_base.h', 93 'protocol/channel_dispatcher_base.h',
94 'protocol/channel_factory.h',
92 'protocol/channel_multiplexer.cc', 95 'protocol/channel_multiplexer.cc',
93 'protocol/channel_multiplexer.h', 96 'protocol/channel_multiplexer.h',
94 'protocol/chromium_port_allocator.cc', 97 'protocol/chromium_port_allocator.cc',
95 'protocol/chromium_port_allocator.h', 98 'protocol/chromium_port_allocator.h',
96 'protocol/chromium_socket_factory.cc', 99 'protocol/chromium_socket_factory.cc',
97 'protocol/chromium_socket_factory.h', 100 'protocol/chromium_socket_factory.h',
98 'protocol/client_control_dispatcher.cc', 101 'protocol/client_control_dispatcher.cc',
99 'protocol/client_control_dispatcher.h', 102 'protocol/client_control_dispatcher.h',
100 'protocol/client_event_dispatcher.cc', 103 'protocol/client_event_dispatcher.cc',
101 'protocol/client_event_dispatcher.h', 104 'protocol/client_event_dispatcher.h',
102 'protocol/client_stub.h', 105 'protocol/client_stub.h',
103 'protocol/clipboard_echo_filter.cc', 106 'protocol/clipboard_echo_filter.cc',
104 'protocol/clipboard_echo_filter.h', 107 'protocol/clipboard_echo_filter.h',
105 'protocol/clipboard_filter.cc', 108 'protocol/clipboard_filter.cc',
106 'protocol/clipboard_filter.h', 109 'protocol/clipboard_filter.h',
107 'protocol/clipboard_stub.h', 110 'protocol/clipboard_stub.h',
108 'protocol/clipboard_thread_proxy.cc', 111 'protocol/clipboard_thread_proxy.cc',
109 'protocol/clipboard_thread_proxy.h', 112 'protocol/clipboard_thread_proxy.h',
110 'protocol/connection_to_client.cc', 113 'protocol/connection_to_client.cc',
111 'protocol/connection_to_client.h', 114 'protocol/connection_to_client.h',
112 'protocol/connection_to_host.cc', 115 'protocol/connection_to_host.cc',
113 'protocol/connection_to_host.h', 116 'protocol/connection_to_host.h',
114 'protocol/content_description.cc', 117 'protocol/content_description.cc',
115 'protocol/content_description.h', 118 'protocol/content_description.h',
119 'protocol/datagram_channel_factory.h',
116 'protocol/errors.h', 120 'protocol/errors.h',
117 'protocol/host_control_dispatcher.cc', 121 'protocol/host_control_dispatcher.cc',
118 'protocol/host_control_dispatcher.h', 122 'protocol/host_control_dispatcher.h',
119 'protocol/host_event_dispatcher.cc', 123 'protocol/host_event_dispatcher.cc',
120 'protocol/host_event_dispatcher.h', 124 'protocol/host_event_dispatcher.h',
121 'protocol/host_stub.h', 125 'protocol/host_stub.h',
122 'protocol/input_event_tracker.cc', 126 'protocol/input_event_tracker.cc',
123 'protocol/input_event_tracker.h', 127 'protocol/input_event_tracker.h',
124 'protocol/input_filter.cc', 128 'protocol/input_filter.cc',
125 'protocol/input_filter.h', 129 'protocol/input_filter.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'protocol/pairing_client_authenticator.cc', 164 'protocol/pairing_client_authenticator.cc',
161 'protocol/pairing_client_authenticator.h', 165 'protocol/pairing_client_authenticator.h',
162 'protocol/pairing_host_authenticator.cc', 166 'protocol/pairing_host_authenticator.cc',
163 'protocol/pairing_host_authenticator.h', 167 'protocol/pairing_host_authenticator.h',
164 'protocol/pairing_registry.cc', 168 'protocol/pairing_registry.cc',
165 'protocol/pairing_registry.h', 169 'protocol/pairing_registry.h',
166 'protocol/protobuf_video_reader.cc', 170 'protocol/protobuf_video_reader.cc',
167 'protocol/protobuf_video_reader.h', 171 'protocol/protobuf_video_reader.h',
168 'protocol/protobuf_video_writer.cc', 172 'protocol/protobuf_video_writer.cc',
169 'protocol/protobuf_video_writer.h', 173 'protocol/protobuf_video_writer.h',
174 'protocol/pseudotcp_channel_factory.cc',
175 'protocol/pseudotcp_channel_factory.h',
170 'protocol/session.h', 176 'protocol/session.h',
171 'protocol/session_config.cc', 177 'protocol/session_config.cc',
172 'protocol/session_config.h', 178 'protocol/session_config.h',
173 'protocol/session_manager.h', 179 'protocol/session_manager.h',
174 'protocol/socket_util.cc', 180 'protocol/socket_util.cc',
175 'protocol/socket_util.h', 181 'protocol/socket_util.h',
176 'protocol/ssl_hmac_channel_authenticator.cc', 182 'protocol/ssl_hmac_channel_authenticator.cc',
177 'protocol/ssl_hmac_channel_authenticator.h', 183 'protocol/ssl_hmac_channel_authenticator.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',
(...skipping 82 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
« remoting/protocol/transport.h ('K') | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698