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

Unified Diff: webrtc/modules/modules.gyp

Issue 1257583011: Adding unittests to AudioConferenceMixer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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 f114fea93ee62fe891f75cbcb99f05b09362480f..e2c0e7946b5c45b54cba53549b6dd7ef1c52c776 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -58,6 +58,7 @@
'acm_receive_test',
'acm_send_test',
'audio_coding_module',
+ 'audio_conference_mixer',
'audio_device' ,
'audio_processing',
'audioproc_test_utils',
@@ -158,6 +159,7 @@
'audio_coding/neteq/mock/mock_payload_splitter.h',
'audio_coding/neteq/tools/input_audio_file_unittest.cc',
'audio_coding/neteq/tools/packet_unittest.cc',
+ 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc',
ajm 2015/08/04 21:09:03 nit: It's more typical to put the unit test alongs
minyue-webrtc 2015/08/25 15:36:12 Ok, but does that mean a big change in 'target_nam
'audio_processing/aec/echo_cancellation_unittest.cc',
'audio_processing/aec/system_delay_unittest.cc',
# TODO(ajm): Fix to match new interface.

Powered by Google App Engine
This is Rietveld 408576698