| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index ef452970318f71fc42c3764f90ec8a7bbb134469..35b369a606d8bac839300377db5ece80d901584b 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -12,6 +12,8 @@ rtc_static_library("congestion_controller") {
|
| sources = [
|
| "acknowledge_bitrate_estimator.cc",
|
| "acknowledge_bitrate_estimator.h",
|
| + "bitrate_estimator.cc",
|
| + "bitrate_estimator.h",
|
| "congestion_controller.cc",
|
| "delay_based_bwe.cc",
|
| "delay_based_bwe.h",
|
| @@ -73,6 +75,7 @@ if (rtc_include_tests) {
|
| visibility = [ "//webrtc/modules:modules_unittests" ]
|
| }
|
| sources = [
|
| + "acknowledge_bitrate_estimator_unittest.cc",
|
| "congestion_controller_unittest.cc",
|
| "congestion_controller_unittests_helper.cc",
|
| "congestion_controller_unittests_helper.h",
|
|
|