| Index: webrtc/modules/bitrate_controller/BUILD.gn
|
| diff --git a/webrtc/modules/bitrate_controller/BUILD.gn b/webrtc/modules/bitrate_controller/BUILD.gn
|
| index 33a28869ba2bb0bbb11af573ff3c8ce35e2689a3..4ab057a2ee965919b733629bd096f1e6dbba6947 100644
|
| --- a/webrtc/modules/bitrate_controller/BUILD.gn
|
| +++ b/webrtc/modules/bitrate_controller/BUILD.gn
|
| @@ -51,7 +51,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 = [
|
| "bitrate_controller_unittest.cc",
|
|
|