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

Unified Diff: webrtc/call/BUILD.gn

Issue 2981513002: Wire up RTP keep-alive in ortc api. (Closed)
Patch Set: deps, again 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
« no previous file with comments | « webrtc/api/ortc/rtptransportinterface.h ('k') | webrtc/call/call.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/BUILD.gn
diff --git a/webrtc/call/BUILD.gn b/webrtc/call/BUILD.gn
index 813f92b4ab39a6c9dbf295140e93515a1af42763..7bd01048df6b0c53ad8bf821ae7c9891df74579c 100644
--- a/webrtc/call/BUILD.gn
+++ b/webrtc/call/BUILD.gn
@@ -76,6 +76,7 @@ rtc_source_set("rtp_sender") {
]
deps = [
":rtp_interfaces",
+ "..:webrtc_common",
"../modules/congestion_controller",
"../rtc_base:rtc_base_approved",
]
« no previous file with comments | « webrtc/api/ortc/rtptransportinterface.h ('k') | webrtc/call/call.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698