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

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

Issue 2965233002: Let alr dectector use a budged to detect underuse. (Closed)
Patch Set: Rebased. 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
« no previous file with comments | « no previous file | webrtc/modules/pacing/alr_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/pacing/BUILD.gn
diff --git a/webrtc/modules/pacing/BUILD.gn b/webrtc/modules/pacing/BUILD.gn
index 57126d7143bb4d3817eff90c805ca60573882c38..c535e3488ce9c8883f8245e7b24095747560b3cb 100644
--- a/webrtc/modules/pacing/BUILD.gn
+++ b/webrtc/modules/pacing/BUILD.gn
@@ -14,6 +14,8 @@ rtc_static_library("pacing") {
"alr_detector.h",
"bitrate_prober.cc",
"bitrate_prober.h",
+ "interval_budget.cc",
+ "interval_budget.h",
"paced_sender.cc",
"paced_sender.h",
"packet_router.cc",
@@ -50,6 +52,7 @@ if (rtc_include_tests) {
sources = [
"alr_detector_unittest.cc",
"bitrate_prober_unittest.cc",
+ "interval_budget_unittest.cc",
"paced_sender_unittest.cc",
"packet_router_unittest.cc",
]
« no previous file with comments | « no previous file | webrtc/modules/pacing/alr_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698