| Index: webrtc/modules/rtp_rtcp/BUILD.gn
|
| diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| index fb270b315aec35bda0dc62f93afcae46a0ecd042..18b2f4060573c177648bd95d21616491cea34bca 100644
|
| --- a/webrtc/modules/rtp_rtcp/BUILD.gn
|
| +++ b/webrtc/modules/rtp_rtcp/BUILD.gn
|
| @@ -154,6 +154,12 @@ source_set("rtp_rtcp") {
|
| "source/vp8_partition_aggregator.h",
|
| ]
|
|
|
| + if (rtc_enable_bwe_test_logging) {
|
| + defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ]
|
| + } else {
|
| + defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
| + }
|
| +
|
| configs += [ "../..:common_config" ]
|
| public_configs = [ "../..:common_inherited_config" ]
|
|
|
|
|