| Index: webrtc/modules/audio_device/BUILD.gn
|
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
|
| index 3fa06b513901254b24429fab5ff405bebf383ae0..645c36dfc510e348efec6e63c1a34ed7220a5c74 100644
|
| --- a/webrtc/modules/audio_device/BUILD.gn
|
| +++ b/webrtc/modules/audio_device/BUILD.gn
|
| @@ -257,6 +257,9 @@ config("mock_audio_device_config") {
|
| if (rtc_include_tests) {
|
| rtc_source_set("audio_device_unittests") {
|
| testonly = true
|
| + if (!is_android && !is_ios) { # Generated targets makes this check break.
|
| + visibility = [ "//webrtc/modules:modules_unittests" ]
|
| + }
|
| sources = [
|
| "fine_audio_buffer_unittest.cc",
|
| ]
|
|
|