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

Unified Diff: webrtc/modules/video_coding/video_coding.gypi

Issue 2510583002: Reland #2 of Issue 2434073003: Extract bitrate allocation ... (Closed)
Patch Set: Addressed comments Created 4 years, 1 month 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: webrtc/modules/video_coding/video_coding.gypi
diff --git a/webrtc/modules/video_coding/video_coding.gypi b/webrtc/modules/video_coding/video_coding.gypi
index 0b682c7d998aac1d0cc4d43820a0faef5601ceb1..f9b1cf512bc27e6bf122c32bff95d916b3a206a6 100644
--- a/webrtc/modules/video_coding/video_coding.gypi
+++ b/webrtc/modules/video_coding/video_coding.gypi
@@ -23,6 +23,7 @@
],
'sources': [
# interfaces
+ 'include/video_codec_initializer.h',
'include/video_coding.h',
'include/video_coding_defines.h',
@@ -86,6 +87,7 @@
'session_info.cc',
'timestamp_map.cc',
'timing.cc',
+ 'video_codec_initializer.cc',
'video_coding_impl.cc',
'video_sender.cc',
'video_receiver.cc',
« no previous file with comments | « webrtc/modules/video_coding/video_codec_initializer.cc ('k') | webrtc/modules/video_coding/video_coding_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698