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

Unified Diff: webrtc/modules/modules.gyp

Issue 1783203002: Bitexactness test for the noise suppressor (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Corrected usage of ArrayView and changed to using a constant for the number of frames to process 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 3e0df4cd3dfaa075f81c7c20725417641ae4d08e..6ebeed7e18575a58f9314b346b972320c6861a57 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -442,9 +442,11 @@
'audio_processing/audio_processing_impl_locking_unittest.cc',
'audio_processing/audio_processing_impl_unittest.cc',
'audio_processing/high_pass_filter_bitexactness_unittest.cc',
+ 'audio_processing/noise_suppression_bitexactness_unittest.cc',
'audio_processing/test/audio_buffer_tools.cc',
'audio_processing/test/audio_buffer_tools.h',
'audio_processing/test/audio_processing_unittest.cc',
+ 'audio_processing/test/bitexactness_tools.cc',
'audio_processing/test/debug_dump_test.cc',
'audio_processing/test/test_utils.h',
],

Powered by Google App Engine
This is Rietveld 408576698