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

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: Renamed tests + minor changes Created 5 years, 6 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/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
This is Rietveld 408576698