From 2803a2def105fa48b536d10e4b3b8f96c619799b Mon Sep 17 00:00:00 2001 From: Steve Anton Date: Thu, 21 Jan 2021 18:56:01 -0800 Subject: [PATCH] Make audio device mocks publicly visible Bug: webrtc:11642 Change-Id: Ic80afca85b9f5854607aa55c403f77bd5bae1c71 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/203320 Reviewed-by: Mirko Bonadei Commit-Queue: Steve Anton Cr-Commit-Position: refs/heads/master@{#33059} --- modules/audio_device/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/audio_device/BUILD.gn b/modules/audio_device/BUILD.gn index 4f701e4be8..34686be9d7 100644 --- a/modules/audio_device/BUILD.gn +++ b/modules/audio_device/BUILD.gn @@ -351,6 +351,7 @@ if (is_mac) { } rtc_source_set("mock_audio_device") { + visibility = [ "*" ] testonly = true sources = [ "include/mock_audio_device.h",