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

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

Issue 2999073002: Tweaked version of BBR for WebRTC. (Closed)
Patch Set: Fixed compilation errors. 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/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index b22c1783ed6ba5c7a9b94d0ee00c9cd61ea7350d..9eb40f7f57de1085c4bad6adcd960164d61d91fc 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -12,12 +12,15 @@ rtc_static_library("pacing") {
sources = [
"alr_detector.cc",
"alr_detector.h",
+ "bbr_paced_sender.cc",
+ "bbr_paced_sender.h",
"bitrate_prober.cc",
"bitrate_prober.h",
"interval_budget.cc",
"interval_budget.h",
"paced_sender.cc",
"paced_sender.h",
+ "pacer.h",
"packet_router.cc",
"packet_router.h",
]

Powered by Google App Engine
This is Rietveld 408576698