Add audio_format_conversion to deps for audio_decoder_factory_interface.

This fix is made to remove the discrepancy between GYP and GN audio_decoder_factory_interface target.

BUG=webrtc:6412
NOTRY=True

Review-Url: https://codereview.webrtc.org/2472643003
Cr-Commit-Position: refs/heads/master@{#14894}
This commit is contained in:
charujain
2016-11-02 08:43:34 -07:00
committed by Commit bot
parent 3dc929ea56
commit 1515e95329

View File

@ -68,6 +68,10 @@ rtc_source_set("audio_decoder_factory_interface") {
deps = [
":audio_decoder_interface",
":audio_format",
# TODO(charujain): Clean this dependency when downstream projects are
# updated to properly depend on audio_format_conversion target.
":audio_format_conversion",
"../../base:rtc_base_approved",
]
}