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}
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index bbf4668..f6188a0 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -68,6 +68,10 @@
   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",
   ]
 }