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

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

Issue 2789843002: Delete VieRemb class, move functionality to PacketRouter. (Closed)
Patch Set: Rewrote OnReceivedPacketWithAbsSendTime test. Created 3 years, 9 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/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index b8fa8b5f13d7f963812c14d2b29ba2eb64983d9c..7cd290c18f4a7270b17e99e5520c47b20eff80b8 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -30,6 +30,7 @@ rtc_static_library("pacing") {
"../../base:rtc_base_approved",
"../../logging:rtc_event_log_api",
"../../system_wrappers",
+ "../remote_bitrate_estimator",
"../rtp_rtcp",
"../utility",
]

Powered by Google App Engine
This is Rietveld 408576698