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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2380883003: Add interval estimator to remote bitrate estimator (Closed)
Patch Set: Simplify probing estimator. Created 4 years, 2 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/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 6c472a399f0dae5fd090e7a4a7343591978367b8..d52e986ae6891d02b54853587de5581e4563688d 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -387,10 +387,12 @@ 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",
"remote_bitrate_estimator/overuse_detector_unittest.cc",
+ "remote_bitrate_estimator/probing_interval_estimator_unittest.cc",
"remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc",
"remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc",
"remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc",

Powered by Google App Engine
This is Rietveld 408576698