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', { |