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

Unified Diff: webrtc/modules/modules.gyp

Issue 2326003002: Moved codec-specific audio packet splitting into decoders. (Closed)
Patch Set: 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 9e30154b726b967791bbdb0d532d6669e18663c2..b1828433255b10b5610d3e851a0ecf169b27f719 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -124,6 +124,7 @@
'acm_receive_test',
'acm_send_test',
'audio_coding_module',
+ 'audio_coding_utils',
'audio_conference_mixer',
'audio_device' ,
'audio_mixer',
@@ -173,6 +174,7 @@
'audio_coding/acm2/initial_delay_manager_unittest.cc',
'audio_coding/acm2/rent_a_codec_unittest.cc',
'audio_coding/codecs/audio_decoder_factory_unittest.cc',
+ 'audio_coding/codecs/split_by_samples_unittest.cc',
'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
'audio_coding/codecs/cng/cng_unittest.cc',
'audio_coding/codecs/ilbc/ilbc_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698