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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/webrtc_video_encoder_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 5e8c9b803816b85df253f2583fe3d954deecdb64..cdf31cfe86425b0b8387d1b3e3406c78fc96e4ec 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -66,6 +66,8 @@
'codec/video_encoder_verbatim.h',
'codec/video_encoder_vpx.cc',
'codec/video_encoder_vpx.h',
+ 'codec/webrtc_video_encoder_vpx.cc',
+ 'codec/webrtc_video_encoder_vpx.h',
],
'remoting_protocol_sources': [
'protocol/audio_reader.cc',
@@ -241,8 +243,8 @@
'protocol/webrtc_dummy_video_capturer.h',
'protocol/webrtc_frame_scheduler.cc',
'protocol/webrtc_frame_scheduler.h',
- 'protocol/webrtc_video_encoder.cc',
- 'protocol/webrtc_video_encoder.h',
+ 'protocol/webrtc_video_encoder_factory.cc',
+ 'protocol/webrtc_video_encoder_factory.h',
'protocol/webrtc_transport.cc',
'protocol/webrtc_transport.h',
'protocol/webrtc_video_stream.cc',
« 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