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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1908203002: Adapt encoder behavior to target bitrate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved webrtc encoder to its own file Created 4 years, 7 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'codec/video_decoder_verbatim.h', 58 'codec/video_decoder_verbatim.h',
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 'codec/webrtc_video_encoder_vpx.cc',
69 'codec/webrtc_video_encoder_vpx.h',
68 ], 70 ],
69 'remoting_protocol_sources': [ 71 'remoting_protocol_sources': [
70 'protocol/audio_reader.cc', 72 'protocol/audio_reader.cc',
71 'protocol/audio_reader.h', 73 'protocol/audio_reader.h',
72 'protocol/audio_stub.h', 74 'protocol/audio_stub.h',
73 'protocol/audio_writer.cc', 75 'protocol/audio_writer.cc',
74 'protocol/audio_writer.h', 76 'protocol/audio_writer.h',
75 'protocol/auth_util.cc', 77 'protocol/auth_util.cc',
76 'protocol/auth_util.h', 78 'protocol/auth_util.h',
77 'protocol/authenticator.cc', 79 'protocol/authenticator.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'protocol/webrtc_connection_to_client.cc', 235 'protocol/webrtc_connection_to_client.cc',
234 'protocol/webrtc_connection_to_client.h', 236 'protocol/webrtc_connection_to_client.h',
235 'protocol/webrtc_connection_to_host.cc', 237 'protocol/webrtc_connection_to_host.cc',
236 'protocol/webrtc_connection_to_host.h', 238 'protocol/webrtc_connection_to_host.h',
237 'protocol/webrtc_data_stream_adapter.cc', 239 'protocol/webrtc_data_stream_adapter.cc',
238 'protocol/webrtc_data_stream_adapter.h', 240 'protocol/webrtc_data_stream_adapter.h',
239 'protocol/webrtc_dummy_video_capturer.cc', 241 'protocol/webrtc_dummy_video_capturer.cc',
240 'protocol/webrtc_dummy_video_capturer.h', 242 'protocol/webrtc_dummy_video_capturer.h',
241 'protocol/webrtc_frame_scheduler.cc', 243 'protocol/webrtc_frame_scheduler.cc',
242 'protocol/webrtc_frame_scheduler.h', 244 'protocol/webrtc_frame_scheduler.h',
243 'protocol/webrtc_video_encoder.cc', 245 'protocol/webrtc_video_encoder_factory.cc',
244 'protocol/webrtc_video_encoder.h', 246 'protocol/webrtc_video_encoder_factory.h',
245 'protocol/webrtc_transport.cc', 247 'protocol/webrtc_transport.cc',
246 'protocol/webrtc_transport.h', 248 'protocol/webrtc_transport.h',
247 'protocol/webrtc_video_stream.cc', 249 'protocol/webrtc_video_stream.cc',
248 'protocol/webrtc_video_stream.h', 250 'protocol/webrtc_video_stream.h',
249 'protocol/webrtc_video_renderer_adapter.cc', 251 'protocol/webrtc_video_renderer_adapter.cc',
250 'protocol/webrtc_video_renderer_adapter.h', 252 'protocol/webrtc_video_renderer_adapter.h',
251 ], 253 ],
252 254
253 'remoting_signaling_sources': [ 255 'remoting_signaling_sources': [
254 'signaling/iq_sender.cc', 256 'signaling/iq_sender.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'client/plugin/pepper_util.cc', 336 'client/plugin/pepper_util.cc',
335 'client/plugin/pepper_util.h', 337 'client/plugin/pepper_util.h',
336 'client/plugin/pepper_video_renderer.h', 338 'client/plugin/pepper_video_renderer.h',
337 'client/plugin/pepper_video_renderer_2d.cc', 339 'client/plugin/pepper_video_renderer_2d.cc',
338 'client/plugin/pepper_video_renderer_2d.h', 340 'client/plugin/pepper_video_renderer_2d.h',
339 'client/plugin/pepper_video_renderer_3d.cc', 341 'client/plugin/pepper_video_renderer_3d.cc',
340 'client/plugin/pepper_video_renderer_3d.h', 342 'client/plugin/pepper_video_renderer_3d.h',
341 ], 343 ],
342 } 344 }
343 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698