| Index: webrtc/modules/modules.gyp
|
| diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
|
| index 16fb8188c219149f3e71b4ccc598c7e73e57a638..3c36d5751b4b92fcd45b42e75bfc754edb3a7ed9 100644
|
| --- a/webrtc/modules/modules.gyp
|
| +++ b/webrtc/modules/modules.gyp
|
| @@ -396,6 +396,11 @@
|
| 'video_processing/test/video_processing_unittest.h',
|
| ],
|
| 'conditions': [
|
| + ['apm_debug_dump==1', {
|
| + 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',],
|
| + }, {
|
| + 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',],
|
| + }],
|
| ['enable_intelligibility_enhancer==1', {
|
| 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=1',],
|
| 'sources': [
|
|
|