Add missing dependency to audio_decoder_unittests.

BUG=None
NOTRY=True
R=kjellander@webrtc.org

Review-Url: https://codereview.webrtc.org/2684573002
Cr-Commit-Position: refs/heads/master@{#16470}
This commit is contained in:
ehmaldonado
2017-02-07 06:26:29 -08:00
committed by Commit bot
parent a53d4e7b4f
commit 87b8e9f3a2

View File

@ -1325,6 +1325,7 @@ if (rtc_include_tests) {
deps += audio_coding_deps
deps += [
":audio_decoder_interface",
":ilbc",
":isac",
":isac_fix",
":neteq",