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

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

Issue 1187033005: Revert of Allow intelligibility to compile in apm (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 d2ef7848994913927d62a87d29019378c8b6b102..7658e10965544b842932fa3bace7fb9c37a03de8 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -59,19 +59,6 @@
'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', {

Powered by Google App Engine
This is Rietveld 408576698