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

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

Issue 2917873002: Refactored incoming bitrate estimator. (Closed)
Patch Set: Respond to comments Created 3 years, 6 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/congestion_controller/acknowledge_bitrate_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ef452970318f71fc42c3764f90ec8a7bbb134469 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -10,6 +10,8 @@ import("../../webrtc.gni")
rtc_static_library("congestion_controller") {
sources = [
+ "acknowledge_bitrate_estimator.cc",
+ "acknowledge_bitrate_estimator.h",
"congestion_controller.cc",
"delay_based_bwe.cc",
"delay_based_bwe.h",
« no previous file with comments | « no previous file | webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698