| Index: webrtc/modules/BUILD.gn
|
| diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
|
| index 92284a1da6c4e77f6b949c7d7cd643dda335a52d..fb7b2c7254bcabae23f14fadb73ddd04d377f7d6 100644
|
| --- a/webrtc/modules/BUILD.gn
|
| +++ b/webrtc/modules/BUILD.gn
|
| @@ -477,6 +477,12 @@ if (rtc_include_tests) {
|
| "video_processing/test/video_processing_unittest.h",
|
| ]
|
|
|
| + if (apm_debug_dump) {
|
| + defines += [ "WEBRTC_APM_DEBUG_DUMP=1" ]
|
| + } else {
|
| + defines += [ "WEBRTC_APM_DEBUG_DUMP=0" ]
|
| + }
|
| +
|
| if (rtc_enable_intelligibility_enhancer) {
|
| defines += [ "WEBRTC_INTELLIGIBILITY_ENHANCER=1" ]
|
| sources += [
|
|
|