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

Unified Diff: webrtc/modules/modules.gyp

Issue 2272423003: Deactivated the intelligibility enhancement functionality by default (Closed)
Patch Set: Altered the deactivation of the test executable Created 4 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 582b750e43255c0431f07f10b94f5b9f69624959..a25f909605e63a99a57e8e1a2e50a71933d62029 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -249,8 +249,8 @@
'audio_processing/beamformer/mock_nonlinear_beamformer.h',
'audio_processing/beamformer/nonlinear_beamformer_unittest.cc',
'audio_processing/echo_cancellation_impl_unittest.cc',
- 'audio_processing/intelligibility/intelligibility_enhancer_unittest.cc',
- 'audio_processing/intelligibility/intelligibility_utils_unittest.cc',
+ # 'audio_processing/intelligibility/intelligibility_enhancer_unittest.cc',
hlundin-webrtc 2016/08/26 06:53:03 Condition instead of commenting out.
+ # 'audio_processing/intelligibility/intelligibility_utils_unittest.cc',
'audio_processing/splitting_filter_unittest.cc',
'audio_processing/transient/dyadic_decimator_unittest.cc',
'audio_processing/transient/file_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698