| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index 775ebcbb35eb0b3e1b5f06f5cb4dad3a571d4887..b9c574a32cbbba9c82891da383de966dbadcc88d 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -237,6 +237,7 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| ":rtp_rtcp",
|
| + "../../call:call",
|
| "../../test:test_main",
|
| "//testing/gtest",
|
| ]
|
| @@ -341,6 +342,7 @@ if (rtc_include_tests) {
|
| ":rtp_rtcp",
|
| "..:module_api",
|
| "../..:webrtc_common",
|
| + "../../api:libjingle_peerconnection_api",
|
| "../../api:transport_api",
|
| "../../common_video:common_video",
|
| "../../rtc_base:rtc_base_approved",
|
|
|