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

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

Issue 2904183002: Structure of BBR's implementation,some main classes and functions which are going to be used (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/remote_bitrate_estimator/BUILD.gn
diff --git a/webrtc/modules/remote_bitrate_estimator/BUILD.gn b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
index 04f2f7cc5597b1756fd562f0258f9ef9e6c7edb4..afe9b6e9b89d88579a9aa74a4eff2407bd9eccc4 100644
--- a/webrtc/modules/remote_bitrate_estimator/BUILD.gn
+++ b/webrtc/modules/remote_bitrate_estimator/BUILD.gn
@@ -72,6 +72,8 @@ if (rtc_include_tests) {
"test/bwe_test_framework.cc",
"test/bwe_test_framework.h",
"test/bwe_test_logging.h",
+ "test/estimators/bbr.cc",
+ "test/estimators/bbr.h",
"test/estimators/nada.cc",
"test/estimators/nada.h",
"test/estimators/remb.cc",

Powered by Google App Engine
This is Rietveld 408576698