From 57ff3f4ec850de961535b808f75e64e7009150af Mon Sep 17 00:00:00 2001 From: Alex Loiko Date: Wed, 21 Jun 2017 15:28:58 +0200 Subject: [PATCH] Remove aec_dump_unittests from audio_processing_tests. It was included twice. In both of these targets: webrtc/modules/audio_processing:{audio_processing_tests, audio_processing_unittests} In audio_processing_tests, the new unit tests were added to public_deps, which (we think) somehow caused webrtc:webrtc_tests to list the AecDump tests, to much confusion. Bug: webrtc:7404 Change-Id: I5788d93fef00d30a523312f317dde90eb64db8de Reviewed-on: https://chromium-review.googlesource.com/543120 Commit-Queue: Alex Loiko Reviewed-by: Sebastian Jansson Cr-Commit-Position: refs/heads/master@{#18715} --- webrtc/modules/audio_processing/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn index 613a3b7e16..3af019e49e 100644 --- a/webrtc/modules/audio_processing/BUILD.gn +++ b/webrtc/modules/audio_processing/BUILD.gn @@ -494,7 +494,6 @@ if (rtc_include_tests) { ":audioproc_f", ":audioproc_unittest_proto", ":unpack_aecdump", - "aec_dump:aec_dump_unittests", "test/conversational_speech", "test/py_quality_assessment", ]