| Index: webrtc/modules/video_processing/BUILD.gn
|
| diff --git a/webrtc/modules/video_processing/BUILD.gn b/webrtc/modules/video_processing/BUILD.gn
|
| index c4c9c3b894cc1ca7e732fc936d68115f5cf559a3..3f0fb76a1bb05bc3270d0d1ef5539a927595f9a9 100644
|
| --- a/webrtc/modules/video_processing/BUILD.gn
|
| +++ b/webrtc/modules/video_processing/BUILD.gn
|
| @@ -107,7 +107,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 = [
|
| "test/denoiser_test.cc",
|
|
|