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 7658e10965544b842932fa3bace7fb9c37a03de8..d2ef7848994913927d62a87d29019378c8b6b102 100644 |
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi |
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi |
@@ -59,6 +59,19 @@ |
'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', |
+ ], |
+ 'sources': [ |
+ 'intelligibility/intelligibility_proc.cc', |
+ ], |
+ }, # intelligibility_proc |
], |
'conditions': [ |
['enable_protobuf==1', { |