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

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

Issue 2431093003: Fix BWE simulations so that it uses the delay based BWE. (Closed)
Patch Set: 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/remote_bitrate_estimator/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index bfa75a068d49f33735fbee92e6d2e6197df41710..e8a5387f91faadfaf0a1a6d241ce0701d3a49a1f 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -66,6 +66,8 @@ if (rtc_include_tests) {
"test/bwe_test_framework.cc",
"test/bwe_test_framework.h",
"test/bwe_test_logging.h",
+ "test/estimators/abs_send_time.cc",
+ "test/estimators/abs_send_time.h",
"test/estimators/nada.cc",
"test/estimators/nada.h",
"test/estimators/remb.cc",

Powered by Google App Engine
This is Rietveld 408576698