| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index ef452970318f71fc42c3764f90ec8a7bbb134469..dbfd56b4457a2e336819f3c15d8c8fa020dd3007 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -70,7 +70,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 = [
|
| "congestion_controller_unittest.cc",
|
|
|