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

Unified Diff: webrtc/modules/modules.gyp

Issue 2337103006: Adding FecController to audio network adaptor. (Closed)
Patch Set: fixing some errors on bots Created 4 years, 3 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 f4ac4f2c2247c0b1d8635fb8cfe2118d7a6d9101..9e49f16bc20aa1ae043d2652a62e3b0e1f756863 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -175,8 +175,10 @@
'audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc',
'audio_coding/audio_network_adaptor/channel_controller_unittest.cc',
'audio_coding/audio_network_adaptor/controller_manager_unittest.cc',
+ 'audio_coding/audio_network_adaptor/fec_controller_unittest.cc',
'audio_coding/audio_network_adaptor/mock/mock_controller.h',
'audio_coding/audio_network_adaptor/mock/mock_controller_manager.h',
+ 'audio_coding/audio_network_adaptor/mock/mock_smoothing_filter.h',
'audio_coding/audio_network_adaptor/smoothing_filter_unittest.cc',
'audio_coding/codecs/audio_decoder_factory_unittest.cc',
'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698