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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1846893002: Interface with webrtc through encoded frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sergey comment Created 4 years, 8 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_stream.cc ('k') | remoting/test/codec_perftest.cc » ('j') | 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'codec/video_decoder_vpx.cc', 59 'codec/video_decoder_vpx.cc',
60 'codec/video_decoder_vpx.h', 60 'codec/video_decoder_vpx.h',
61 'codec/video_encoder.h', 61 'codec/video_encoder.h',
62 'codec/video_encoder_helper.cc', 62 'codec/video_encoder_helper.cc',
63 'codec/video_encoder_helper.h', 63 'codec/video_encoder_helper.h',
64 'codec/video_encoder_verbatim.cc', 64 'codec/video_encoder_verbatim.cc',
65 'codec/video_encoder_verbatim.h', 65 'codec/video_encoder_verbatim.h',
66 'codec/video_encoder_vpx.cc', 66 'codec/video_encoder_vpx.cc',
67 'codec/video_encoder_vpx.h', 67 'codec/video_encoder_vpx.h',
68 ], 68 ],
69
70 'remoting_protocol_sources': [ 69 'remoting_protocol_sources': [
71 'protocol/audio_reader.cc', 70 'protocol/audio_reader.cc',
72 'protocol/audio_reader.h', 71 'protocol/audio_reader.h',
73 'protocol/audio_stub.h', 72 'protocol/audio_stub.h',
74 'protocol/audio_writer.cc', 73 'protocol/audio_writer.cc',
75 'protocol/audio_writer.h', 74 'protocol/audio_writer.h',
76 'protocol/auth_util.cc', 75 'protocol/auth_util.cc',
77 'protocol/auth_util.h', 76 'protocol/auth_util.h',
78 'protocol/authenticator.cc', 77 'protocol/authenticator.cc',
79 'protocol/authenticator.h', 78 'protocol/authenticator.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'protocol/ice_connection_to_client.cc', 229 'protocol/ice_connection_to_client.cc',
231 'protocol/ice_connection_to_client.h', 230 'protocol/ice_connection_to_client.h',
232 'protocol/video_frame_pump.cc', 231 'protocol/video_frame_pump.cc',
233 'protocol/video_frame_pump.h', 232 'protocol/video_frame_pump.h',
234 'protocol/webrtc_connection_to_client.cc', 233 'protocol/webrtc_connection_to_client.cc',
235 'protocol/webrtc_connection_to_client.h', 234 'protocol/webrtc_connection_to_client.h',
236 'protocol/webrtc_connection_to_host.cc', 235 'protocol/webrtc_connection_to_host.cc',
237 'protocol/webrtc_connection_to_host.h', 236 'protocol/webrtc_connection_to_host.h',
238 'protocol/webrtc_data_stream_adapter.cc', 237 'protocol/webrtc_data_stream_adapter.cc',
239 'protocol/webrtc_data_stream_adapter.h', 238 'protocol/webrtc_data_stream_adapter.h',
239 'protocol/webrtc_dummy_video_capturer.cc',
240 'protocol/webrtc_dummy_video_capturer.h',
241 'protocol/webrtc_frame_scheduler.cc',
242 'protocol/webrtc_frame_scheduler.h',
243 'protocol/webrtc_video_encoder.cc',
244 'protocol/webrtc_video_encoder.h',
240 'protocol/webrtc_transport.cc', 245 'protocol/webrtc_transport.cc',
241 'protocol/webrtc_transport.h', 246 'protocol/webrtc_transport.h',
242 'protocol/webrtc_video_capturer_adapter.cc',
243 'protocol/webrtc_video_capturer_adapter.h',
244 'protocol/webrtc_video_stream.cc', 247 'protocol/webrtc_video_stream.cc',
245 'protocol/webrtc_video_stream.h', 248 'protocol/webrtc_video_stream.h',
246 'protocol/webrtc_video_renderer_adapter.cc', 249 'protocol/webrtc_video_renderer_adapter.cc',
247 'protocol/webrtc_video_renderer_adapter.h', 250 'protocol/webrtc_video_renderer_adapter.h',
248 ], 251 ],
249 252
250 'remoting_signaling_sources': [ 253 'remoting_signaling_sources': [
251 'signaling/iq_sender.cc', 254 'signaling/iq_sender.cc',
252 'signaling/iq_sender.h', 255 'signaling/iq_sender.h',
253 'signaling/jid_util.cc', 256 'signaling/jid_util.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'client/plugin/pepper_util.cc', 334 'client/plugin/pepper_util.cc',
332 'client/plugin/pepper_util.h', 335 'client/plugin/pepper_util.h',
333 'client/plugin/pepper_video_renderer.h', 336 'client/plugin/pepper_video_renderer.h',
334 'client/plugin/pepper_video_renderer_2d.cc', 337 'client/plugin/pepper_video_renderer_2d.cc',
335 'client/plugin/pepper_video_renderer_2d.h', 338 'client/plugin/pepper_video_renderer_2d.h',
336 'client/plugin/pepper_video_renderer_3d.cc', 339 'client/plugin/pepper_video_renderer_3d.cc',
337 'client/plugin/pepper_video_renderer_3d.h', 340 'client/plugin/pepper_video_renderer_3d.h',
338 ], 341 ],
339 } 342 }
340 } 343 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_video_stream.cc ('k') | remoting/test/codec_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698