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

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

Issue 2960363002: Implement RTP keepalive in native stack. (Closed)
Patch Set: Addressed comments. market bit set to false Created 3 years, 5 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 dc623cefb43f7dc68d54c6491840ebf7d7386770..0f0f07871d631550112fb7e93ea7d5046cd6fb4e 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -178,6 +178,7 @@ rtc_static_library("rtp_rtcp") {
"../../system_wrappers",
"../audio_coding:audio_format_conversion",
"../remote_bitrate_estimator",
+ "//webrtc:video_stream_api",
åsapersson 2017/07/05 15:19:55 remove?
sprang_webrtc 2017/07/05 15:56:47 Done.
]
# TODO(jschuh): Bug 1348: fix this warning.

Powered by Google App Engine
This is Rietveld 408576698