| Index: webrtc/modules/bitrate_controller/BUILD.gn
|
| diff --git a/webrtc/modules/bitrate_controller/BUILD.gn b/webrtc/modules/bitrate_controller/BUILD.gn
|
| index 2d3dff3eeb4706bfa1c3ffd8423ec31e97f10834..0440418928307cf8c6435c7ecd58820de11224c0 100644
|
| --- a/webrtc/modules/bitrate_controller/BUILD.gn
|
| +++ b/webrtc/modules/bitrate_controller/BUILD.gn
|
| @@ -18,6 +18,12 @@ rtc_source_set("bitrate_controller") {
|
| "send_side_bandwidth_estimation.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" ]
|
|
|
|
|