Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: webrtc/modules/modules.gyp

Issue 2307563002: Added missing debug dump flags for the APM unit tests (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698