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

Unified Diff: webrtc/modules/modules.gyp

Issue 2306083002: Adding basic implementation of AudioNetworkAdaptor. (Closed)
Patch Set: more polish 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
« no previous file with comments | « webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 04b7b385f35e7a1026663cbf3ea0eb09bb966773..b53eae51b83054a1b14d09aa9983e35ac4741831 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -172,6 +172,10 @@
'audio_coding/acm2/codec_manager_unittest.cc',
'audio_coding/acm2/initial_delay_manager_unittest.cc',
'audio_coding/acm2/rent_a_codec_unittest.cc',
+ 'audio_coding/audio_network_adaptor/audio_network_adaptor_impl_unittest.cc',
+ 'audio_coding/audio_network_adaptor/controller_manager_unittest.cc',
+ 'audio_coding/audio_network_adaptor/mock/mock_controller.h',
+ 'audio_coding/audio_network_adaptor/mock/mock_controller_manager.h',
'audio_coding/codecs/audio_decoder_factory_unittest.cc',
'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
'audio_coding/codecs/cng/cng_unittest.cc',
« no previous file with comments | « webrtc/modules/audio_coding/audio_network_adaptor/mock/mock_controller_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698