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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2380883003: Add interval estimator to remote bitrate estimator (Closed)
Patch Set: Respond to comments. Created 4 years, 1 month 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/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index fa58999572cae3254cb232435e3a3a1969838214..c1e0588b9b3e728d74c4ace99841b824bd83090a 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -395,6 +395,7 @@ if (rtc_include_tests) {
"congestion_controller/delay_based_bwe_unittest_helper.h",
"congestion_controller/probe_bitrate_estimator_unittest.cc",
"congestion_controller/probe_controller_unittest.cc",
+ "congestion_controller/probing_interval_estimator_unittest.cc",
"congestion_controller/transport_feedback_adapter_unittest.cc",
"media_file/media_file_unittest.cc",
"module_common_types_unittest.cc",
@@ -402,6 +403,7 @@ if (rtc_include_tests) {
"pacing/bitrate_prober_unittest.cc",
"pacing/paced_sender_unittest.cc",
"pacing/packet_router_unittest.cc",
+ "remote_bitrate_estimator/aimd_rate_control_unittest.cc",
"remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator.h",
"remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.h",
"remote_bitrate_estimator/inter_arrival_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698