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

Unified Diff: webrtc/video/BUILD.gn

Issue 2913143003: New targets call:rtp_interfaces, call:rtp_receiver, call:rtp_sender. (Closed)
Patch Set: New header file rtp_packet_sink_interface.h. Created 3 years, 7 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/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 19d0e93b66f333c0564ac3963ee12a07ca5ce445..cc16269dd711c1a7e3eae69f798ea16ce87014f5 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -62,6 +62,7 @@ rtc_static_library("video") {
"../base:rtc_numerics",
"../base:rtc_task_queue",
"../call:call_interfaces",
+ "../call:rtp_interfaces",
"../common_video",
"../logging:rtc_event_log_api",
"../media:rtc_media_base",

Powered by Google App Engine
This is Rietveld 408576698