Make audio_device_module_from_input_and_output visible.

Bug: None
Change-Id: I185fe3d3f4b96fd55fd7148c33df105caa21d9ab
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132010
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27511}
diff --git a/modules/audio_device/BUILD.gn b/modules/audio_device/BUILD.gn
index 02e54c0..266972b 100644
--- a/modules/audio_device/BUILD.gn
+++ b/modules/audio_device/BUILD.gn
@@ -164,6 +164,7 @@
 # gradually phase out the old design.
 # TODO(henrika): currently only supported on Windows.
 rtc_source_set("audio_device_module_from_input_and_output") {
+  visibility = [ "*" ]
   if (is_win && !build_with_chromium) {
     sources = [
       "include/audio_device_factory.cc",