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

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

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/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 87598edeef45fbec8aa99264433d6c6dc973b2e8..7cfdb5530e4f8e8430331981ed12deb118c15039 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -61,20 +61,20 @@
'beamformer/nonlinear_beamformer_test.cc',
],
}, # nonlinear_beamformer_test
- {
- 'target_name': 'intelligibility_proc',
- 'type': 'executable',
- 'dependencies': [
- 'audioproc_test_utils',
- '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- '<(webrtc_root)/modules/modules.gyp:audio_processing',
- '<(webrtc_root)/test/test.gyp:test_support',
- ],
- 'sources': [
- 'intelligibility/test/intelligibility_proc.cc',
- ],
- }, # intelligibility_proc
+ # {
hlundin-webrtc 2016/08/26 06:53:03 Is it possible to condition this on the build vari
+ # 'target_name': 'intelligibility_proc',
+ # 'type': 'executable',
+ # 'dependencies': [
+ # 'audioproc_test_utils',
+ # '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
+ # '<(DEPTH)/testing/gtest.gyp:gtest',
+ # '<(webrtc_root)/modules/modules.gyp:audio_processing',
+ # '<(webrtc_root)/test/test.gyp:test_support',
+ # ],
+ # 'sources': [
+ # 'intelligibility/test/intelligibility_proc.cc',
+ # ],
+ # }, # intelligibility_proc
],
'conditions': [
['enable_protobuf==1', {

Powered by Google App Engine
This is Rietveld 408576698