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

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: Remove unnecessary code 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
« no previous file with comments | « remoting/protocol/webrtc_video_encoder_factory.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 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.cc', 62 'codec/video_encoder.cc',
63 'codec/video_encoder_helper.cc', 63 'codec/video_encoder_helper.cc',
64 'codec/video_encoder_helper.h', 64 'codec/video_encoder_helper.h',
65 'codec/video_encoder_verbatim.cc', 65 'codec/video_encoder_verbatim.cc',
66 'codec/video_encoder_verbatim.h', 66 'codec/video_encoder_verbatim.h',
67 'codec/video_encoder_vpx.cc', 67 'codec/video_encoder_vpx.cc',
68 'codec/video_encoder_vpx.h', 68 'codec/video_encoder_vpx.h',
69 'codec/webrtc_video_encoder_vpx.cc',
70 'codec/webrtc_video_encoder_vpx.h',
69 ], 71 ],
70 'remoting_protocol_sources': [ 72 'remoting_protocol_sources': [
71 'protocol/audio_reader.cc', 73 'protocol/audio_reader.cc',
72 'protocol/audio_reader.h', 74 'protocol/audio_reader.h',
73 'protocol/audio_stub.h', 75 'protocol/audio_stub.h',
74 'protocol/audio_writer.cc', 76 'protocol/audio_writer.cc',
75 'protocol/audio_writer.h', 77 'protocol/audio_writer.h',
76 'protocol/auth_util.cc', 78 'protocol/auth_util.cc',
77 'protocol/auth_util.h', 79 'protocol/auth_util.h',
78 'protocol/authenticator.cc', 80 'protocol/authenticator.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'protocol/webrtc_connection_to_client.cc', 236 'protocol/webrtc_connection_to_client.cc',
235 'protocol/webrtc_connection_to_client.h', 237 'protocol/webrtc_connection_to_client.h',
236 'protocol/webrtc_connection_to_host.cc', 238 'protocol/webrtc_connection_to_host.cc',
237 'protocol/webrtc_connection_to_host.h', 239 'protocol/webrtc_connection_to_host.h',
238 'protocol/webrtc_data_stream_adapter.cc', 240 'protocol/webrtc_data_stream_adapter.cc',
239 'protocol/webrtc_data_stream_adapter.h', 241 'protocol/webrtc_data_stream_adapter.h',
240 'protocol/webrtc_dummy_video_capturer.cc', 242 'protocol/webrtc_dummy_video_capturer.cc',
241 'protocol/webrtc_dummy_video_capturer.h', 243 'protocol/webrtc_dummy_video_capturer.h',
242 'protocol/webrtc_frame_scheduler.cc', 244 'protocol/webrtc_frame_scheduler.cc',
243 'protocol/webrtc_frame_scheduler.h', 245 'protocol/webrtc_frame_scheduler.h',
244 'protocol/webrtc_video_encoder.cc', 246 'protocol/webrtc_video_encoder_factory.cc',
245 'protocol/webrtc_video_encoder.h', 247 'protocol/webrtc_video_encoder_factory.h',
246 'protocol/webrtc_transport.cc', 248 'protocol/webrtc_transport.cc',
247 'protocol/webrtc_transport.h', 249 'protocol/webrtc_transport.h',
248 'protocol/webrtc_video_stream.cc', 250 'protocol/webrtc_video_stream.cc',
249 'protocol/webrtc_video_stream.h', 251 'protocol/webrtc_video_stream.h',
250 'protocol/webrtc_video_renderer_adapter.cc', 252 'protocol/webrtc_video_renderer_adapter.cc',
251 'protocol/webrtc_video_renderer_adapter.h', 253 'protocol/webrtc_video_renderer_adapter.h',
252 ], 254 ],
253 255
254 'remoting_signaling_sources': [ 256 'remoting_signaling_sources': [
255 'signaling/chromoting_event.cc', 257 'signaling/chromoting_event.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'client/plugin/pepper_util.cc', 341 'client/plugin/pepper_util.cc',
340 'client/plugin/pepper_util.h', 342 'client/plugin/pepper_util.h',
341 'client/plugin/pepper_video_renderer.h', 343 'client/plugin/pepper_video_renderer.h',
342 'client/plugin/pepper_video_renderer_2d.cc', 344 'client/plugin/pepper_video_renderer_2d.cc',
343 'client/plugin/pepper_video_renderer_2d.h', 345 'client/plugin/pepper_video_renderer_2d.h',
344 'client/plugin/pepper_video_renderer_3d.cc', 346 'client/plugin/pepper_video_renderer_3d.cc',
345 'client/plugin/pepper_video_renderer_3d.h', 347 'client/plugin/pepper_video_renderer_3d.h',
346 ], 348 ],
347 } 349 }
348 } 350 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_video_encoder_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698