Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: webrtc/modules/rtp_rtcp/BUILD.gn

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698