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

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: 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 side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index 838c5d510a7d5dc7c2ce1f62ece3dc196159c480..843b2752036283eab05e12169d7f582715983cc7 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -65,6 +65,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',
@@ -240,8 +242,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',

Powered by Google App Engine
This is Rietveld 408576698