summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-23 23:31:44 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-23 23:31:44 +0000
commit9ed3854e0d663b2b262c7ebb64e2cfcaeac8d09e (patch)
tree7c83ef5d75ba7322d91a9e50a8979e79a9c6bb12 /build
parentb337cb5b37425474f1caf185acd159b9dc5436c7 (diff)
downloadchromium_src-9ed3854e0d663b2b262c7ebb64e2cfcaeac8d09e.zip
chromium_src-9ed3854e0d663b2b262c7ebb64e2cfcaeac8d09e.tar.gz
chromium_src-9ed3854e0d663b2b262c7ebb64e2cfcaeac8d09e.tar.bz2
Conditionally add compile-time enable for web audio API on Mac OS X
This is a more limited version of the patch already reviewed here: http://codereview.chromium.org/6308014/ BUG=none TEST=none (tested locally on Mac OS X to verify build and that the feature could be enabled) Review URL: http://codereview.chromium.org/6388002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi5
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