Chromium Code Reviews

Unified Diff: webrtc/modules/audio_processing/audio_processing_tests.gypi

Issue 1207353002: Add new variance update option and unittests for intelligibility (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Simplified test data generation Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/modules/audio_processing/audio_processing_tests.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing_tests.gypi b/webrtc/modules/audio_processing/audio_processing_tests.gypi
index a05c67b13065774e60a61b8b3e70f1b8d79006e5..9cded009fba97ec985f59cc903320b3510824d81 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -70,7 +70,7 @@
'<(webrtc_root)/test/test.gyp:test_support',
],
'sources': [
- 'intelligibility/intelligibility_proc.cc',
+ 'intelligibility/test/intelligibility_proc.cc',
],
}, # intelligibility_proc
],

Powered by Google App Engine