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

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

Issue 2964213002: Revert of Test and fix for huge bwe drop after alr state. (Closed)
Patch Set: 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
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index eade5598cb3d16864b96dbc7443c1e31109b8dce..ef452970318f71fc42c3764f90ec8a7bbb134469 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -10,10 +10,8 @@
rtc_static_library("congestion_controller") {
sources = [
- "acknowledged_bitrate_estimator.cc",
- "acknowledged_bitrate_estimator.h",
- "bitrate_estimator.cc",
- "bitrate_estimator.h",
+ "acknowledge_bitrate_estimator.cc",
+ "acknowledge_bitrate_estimator.h",
"congestion_controller.cc",
"delay_based_bwe.cc",
"delay_based_bwe.h",
@@ -75,7 +73,6 @@
visibility = [ "//webrtc/modules:modules_unittests" ]
}
sources = [
- "acknowledged_bitrate_estimator_unittest.cc",
"congestion_controller_unittest.cc",
"congestion_controller_unittests_helper.cc",
"congestion_controller_unittests_helper.h",
@@ -93,7 +90,6 @@
":mock_congestion_controller",
"../../base:rtc_base",
"../../base:rtc_base_approved",
- "../../base:rtc_base_tests_utils",
"../../system_wrappers:system_wrappers",
"../../test:field_trial",
"../../test:test_support",
« no previous file with comments | « webrtc/audio/test/audio_bwe_integration_test.cc ('k') | webrtc/modules/congestion_controller/acknowledge_bitrate_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698