| Index: webrtc/modules/congestion_controller/BUILD.gn
|
| diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
|
| index 84c344b7f24abdda1c5106f2a1aeed0399a2d82d..388b8e54dd0bbf3c2bb7b6c8ffe2157c7692779f 100644
|
| --- a/webrtc/modules/congestion_controller/BUILD.gn
|
| +++ b/webrtc/modules/congestion_controller/BUILD.gn
|
| @@ -20,8 +20,16 @@ rtc_static_library("congestion_controller") {
|
| "probe_controller.h",
|
| "transport_feedback_adapter.cc",
|
| "transport_feedback_adapter.h",
|
| + "trendline_estimator.cc",
|
| + "trendline_estimator.h",
|
| ]
|
|
|
| + if (rtc_enable_bwe_test_logging) {
|
| + defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ]
|
| + } else {
|
| + defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
| + }
|
| +
|
| # TODO(jschuh): Bug 1348: fix this warning.
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
|
|