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

Unified Diff: webrtc/modules/modules.gyp

Issue 1972083002: Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed video_sender_unittest for now. 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: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 145f4c04f1d6d77968716ebf0c53df5e58d9b632..cf658ab8c1a385904255cf50fd1fce232ecae233 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -371,6 +371,7 @@
'video_coding/nack_module_unittest.cc',
'video_coding/packet_buffer_unittest.cc',
'video_coding/percentile_filter_unittest.cc',
+ 'video_coding/protection_bitrate_calculator_unittest.cc',
'video_coding/receiver_unittest.cc',
'video_coding/session_info_unittest.cc',
'video_coding/sequence_number_util_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698