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

Unified Diff: webrtc/modules/modules.gyp

Issue 1806853004: Added a bitexactness test for the beamformer in the audio processing module (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@AgcBitExactness_CL
Patch Set: Created 4 years, 9 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 e0d51c178eb30e46b290d1cf28e54afd8cea29e7..7c128d2a7520f744896e3bcf932a9828395fc463 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -441,6 +441,7 @@
'sources': [
'audio_processing/audio_processing_impl_locking_unittest.cc',
'audio_processing/audio_processing_impl_unittest.cc',
+ 'audio_processing/beamformer_unittest.cc',
aluebs-webrtc 2016/03/18 22:51:52 Shouldn't this unittest be under the beamformer/ f
peah-webrtc 2016/03/21 08:02:09 Absolutely! That is also what I wrote in the CL re
'audio_processing/echo_cancellation_unittest.cc',
'audio_processing/echo_control_mobile_unittest.cc',
'audio_processing/gain_control_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698