| Index: webrtc/modules/audio_mixer/BUILD.gn
|
| diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
|
| index cd3b768ee1f992ed444b05a9c0785c64fe448a60..d3c31a8335b4d2ce60b32716e2eac0dc4be13e85 100644
|
| --- a/webrtc/modules/audio_mixer/BUILD.gn
|
| +++ b/webrtc/modules/audio_mixer/BUILD.gn
|
| @@ -73,7 +73,7 @@ if (rtc_include_tests) {
|
| # gets additional generated targets which would require many lines here to
|
| # cover (which would be confusing to read and hard to maintain).
|
| if (!is_android && !is_ios) {
|
| - visibility = [ "//webrtc/modules:modules_unittests" ]
|
| + visibility = [ "..:modules_unittests" ]
|
| }
|
| sources = [
|
| "audio_frame_manipulator_unittest.cc",
|
|
|