diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/features_override.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi index c2430cf..ce5415a 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -80,6 +80,11 @@ ], 'use_accelerated_compositing': 1, }], + ['OS=="mac"', { + 'feature_defines': [ + 'ENABLE_WEB_AUDIO=1', + ], + }], ], # TODO: If the need arises, create a mechanism that will intelligently # merge the lists rather than replace one with the other. This may |