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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1580823003: Implement client-side video stream support for WebRTC-based protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@packet_options_rem
Patch Set: Created 4 years, 11 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_video_renderer_adapter.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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'protocol/webrtc_connection_to_host.cc', 221 'protocol/webrtc_connection_to_host.cc',
222 'protocol/webrtc_connection_to_host.h', 222 'protocol/webrtc_connection_to_host.h',
223 'protocol/webrtc_data_stream_adapter.cc', 223 'protocol/webrtc_data_stream_adapter.cc',
224 'protocol/webrtc_data_stream_adapter.h', 224 'protocol/webrtc_data_stream_adapter.h',
225 'protocol/webrtc_transport.cc', 225 'protocol/webrtc_transport.cc',
226 'protocol/webrtc_transport.h', 226 'protocol/webrtc_transport.h',
227 'protocol/webrtc_video_capturer_adapter.cc', 227 'protocol/webrtc_video_capturer_adapter.cc',
228 'protocol/webrtc_video_capturer_adapter.h', 228 'protocol/webrtc_video_capturer_adapter.h',
229 'protocol/webrtc_video_stream.cc', 229 'protocol/webrtc_video_stream.cc',
230 'protocol/webrtc_video_stream.h', 230 'protocol/webrtc_video_stream.h',
231 'protocol/webrtc_video_renderer_adapter.cc',
232 'protocol/webrtc_video_renderer_adapter.h',
231 ], 233 ],
232 234
233 'remoting_signaling_sources': [ 235 'remoting_signaling_sources': [
234 'signaling/iq_sender.cc', 236 'signaling/iq_sender.cc',
235 'signaling/iq_sender.h', 237 'signaling/iq_sender.h',
236 'signaling/jid_util.cc', 238 'signaling/jid_util.cc',
237 'signaling/jid_util.h', 239 'signaling/jid_util.h',
238 'signaling/jingle_info_request.cc', 240 'signaling/jingle_info_request.cc',
239 'signaling/jingle_info_request.h', 241 'signaling/jingle_info_request.h',
240 'signaling/log_to_server.cc', 242 'signaling/log_to_server.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'client/plugin/pepper_util.cc', 313 'client/plugin/pepper_util.cc',
312 'client/plugin/pepper_util.h', 314 'client/plugin/pepper_util.h',
313 'client/plugin/pepper_video_renderer.h', 315 'client/plugin/pepper_video_renderer.h',
314 'client/plugin/pepper_video_renderer_2d.cc', 316 'client/plugin/pepper_video_renderer_2d.cc',
315 'client/plugin/pepper_video_renderer_2d.h', 317 'client/plugin/pepper_video_renderer_2d.h',
316 'client/plugin/pepper_video_renderer_3d.cc', 318 'client/plugin/pepper_video_renderer_3d.cc',
317 'client/plugin/pepper_video_renderer_3d.h', 319 'client/plugin/pepper_video_renderer_3d.h',
318 ], 320 ],
319 } 321 }
320 } 322 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_video_renderer_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698