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

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

Issue 2917873002: Refactored incoming bitrate estimator. (Closed)
Patch Set: 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/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index f32b7b62f5e6973176dc625290b719d42a7a6038..ea41d1e69a211eade945fb14ce4bbbd98d1aa25e 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -16,6 +16,8 @@ rtc_static_library("congestion_controller") {
"include/congestion_controller.h",
"include/receive_side_congestion_controller.h",
"include/send_side_congestion_controller.h",
+ "incoming_bitrate_estimator.cc",
+ "incoming_bitrate_estimator.h",
"median_slope_estimator.cc",
"median_slope_estimator.h",
"probe_bitrate_estimator.cc",

Powered by Google App Engine
This is Rietveld 408576698