| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index dc623cefb43f7dc68d54c6491840ebf7d7386770..91bfd854e1e0d089566c5096105f63927725a032 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -237,8 +237,8 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":rtp_rtcp",
|
| + "../../test:test_main",
|
| "//testing/gtest",
|
| - "//webrtc/test:test_main",
|
| ]
|
| } # test_packet_masks_metrics
|
|
|
| @@ -249,7 +249,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_tests" ]
|
| + visibility = [ "../../modules:modules_tests" ]
|
| }
|
| sources = [
|
| "test/testFec/test_fec.cc",
|
|
|