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

Unified Diff: webrtc/modules/modules.gyp

Issue 1917163002: New interface (AudioDecoderFactory), with an implementation (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 26ec1796303b29de6c0093715940214a6b2842f7..fdd34b1a4acdcbd8e7637f70256ffebd00015c8c 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -133,6 +133,7 @@
'audio_processing',
'audioproc_test_utils',
'bitrate_controller',
+ 'builtin_audio_codec_factory',
'bwe_simulator',
'cng',
'isac_fix',
@@ -167,6 +168,7 @@
'<(webrtc_root)/tools/tools.gyp:agc_test_utils',
],
'sources': [
+ 'audio_coding/codecs/audio_decoder_factory_unittest.cc',
'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
'audio_coding/acm2/acm_receiver_unittest_oldapi.cc',
'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc',

Powered by Google App Engine
This is Rietveld 408576698