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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1649063003: Add MessagePipe interface. Use it in ChannelDispatcherBase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_parser
Patch Set: Created 4 years, 10 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/webrtc_connection_to_client.cc ('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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'protocol/jingle_messages.cc', 132 'protocol/jingle_messages.cc',
133 'protocol/jingle_messages.h', 133 'protocol/jingle_messages.h',
134 'protocol/jingle_session.cc', 134 'protocol/jingle_session.cc',
135 'protocol/jingle_session.h', 135 'protocol/jingle_session.h',
136 'protocol/jingle_session_manager.cc', 136 'protocol/jingle_session_manager.cc',
137 'protocol/jingle_session_manager.h', 137 'protocol/jingle_session_manager.h',
138 'protocol/me2me_host_authenticator_factory.cc', 138 'protocol/me2me_host_authenticator_factory.cc',
139 'protocol/me2me_host_authenticator_factory.h', 139 'protocol/me2me_host_authenticator_factory.h',
140 'protocol/message_decoder.cc', 140 'protocol/message_decoder.cc',
141 'protocol/message_decoder.h', 141 'protocol/message_decoder.h',
142 'protocol/message_pipe.h',
142 'protocol/message_reader.cc', 143 'protocol/message_reader.cc',
143 'protocol/message_reader.h', 144 'protocol/message_reader.h',
144 'protocol/message_serialization.cc', 145 'protocol/message_serialization.cc',
145 'protocol/message_serialization.h', 146 'protocol/message_serialization.h',
146 'protocol/monitored_video_stub.cc', 147 'protocol/monitored_video_stub.cc',
147 'protocol/monitored_video_stub.h', 148 'protocol/monitored_video_stub.h',
148 'protocol/mouse_input_filter.cc', 149 'protocol/mouse_input_filter.cc',
149 'protocol/mouse_input_filter.h', 150 'protocol/mouse_input_filter.h',
150 'protocol/name_value_map.h', 151 'protocol/name_value_map.h',
151 'protocol/negotiating_authenticator_base.cc', 152 'protocol/negotiating_authenticator_base.cc',
(...skipping 28 matching lines...) Expand all
180 'protocol/secure_channel_factory.h', 181 'protocol/secure_channel_factory.h',
181 'protocol/session.h', 182 'protocol/session.h',
182 'protocol/session_config.cc', 183 'protocol/session_config.cc',
183 'protocol/session_config.h', 184 'protocol/session_config.h',
184 'protocol/session_manager.h', 185 'protocol/session_manager.h',
185 'protocol/socket_util.cc', 186 'protocol/socket_util.cc',
186 'protocol/socket_util.h', 187 'protocol/socket_util.h',
187 'protocol/ssl_hmac_channel_authenticator.cc', 188 'protocol/ssl_hmac_channel_authenticator.cc',
188 'protocol/ssl_hmac_channel_authenticator.h', 189 'protocol/ssl_hmac_channel_authenticator.h',
189 'protocol/stream_channel_factory.h', 190 'protocol/stream_channel_factory.h',
191 'protocol/stream_message_pipe_adapter.cc',
192 'protocol/stream_message_pipe_adapter.h',
190 'protocol/third_party_authenticator_base.cc', 193 'protocol/third_party_authenticator_base.cc',
191 'protocol/third_party_authenticator_base.h', 194 'protocol/third_party_authenticator_base.h',
192 'protocol/third_party_client_authenticator.cc', 195 'protocol/third_party_client_authenticator.cc',
193 'protocol/third_party_client_authenticator.h', 196 'protocol/third_party_client_authenticator.h',
194 'protocol/third_party_host_authenticator.cc', 197 'protocol/third_party_host_authenticator.cc',
195 'protocol/third_party_host_authenticator.h', 198 'protocol/third_party_host_authenticator.h',
196 'protocol/token_validator.h', 199 'protocol/token_validator.h',
197 'protocol/transport.cc', 200 'protocol/transport.cc',
198 'protocol/transport.h', 201 'protocol/transport.h',
199 'protocol/transport_context.cc', 202 'protocol/transport_context.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'client/plugin/pepper_util.cc', 316 'client/plugin/pepper_util.cc',
314 'client/plugin/pepper_util.h', 317 'client/plugin/pepper_util.h',
315 'client/plugin/pepper_video_renderer.h', 318 'client/plugin/pepper_video_renderer.h',
316 'client/plugin/pepper_video_renderer_2d.cc', 319 'client/plugin/pepper_video_renderer_2d.cc',
317 'client/plugin/pepper_video_renderer_2d.h', 320 'client/plugin/pepper_video_renderer_2d.h',
318 'client/plugin/pepper_video_renderer_3d.cc', 321 'client/plugin/pepper_video_renderer_3d.cc',
319 'client/plugin/pepper_video_renderer_3d.h', 322 'client/plugin/pepper_video_renderer_3d.h',
320 ], 323 ],
321 } 324 }
322 } 325 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_connection_to_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698