summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 22:13:05 +0000
committerkbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 22:13:05 +0000
commitae4b68e2c7344f560f12b7e34946188b691a4695 (patch)
tree8d6d6670b4081201de4ddc7d1c59aec79df55d7f /build
parent295b9313082637c1f8aa4adb300252cc128aef60 (diff)
downloadchromium_src-ae4b68e2c7344f560f12b7e34946188b691a4695.zip
chromium_src-ae4b68e2c7344f560f12b7e34946188b691a4695.tar.gz
chromium_src-ae4b68e2c7344f560f12b7e34946188b691a4695.tar.bz2
Compile in support for the Web Audio API on all platforms. It is still
also controlled by a run-time flag. For the Chromium build, this will currently compile in a stub (no-op) implementation of the FFTFrame class. For Google Chrome branded builds, this will now link against Intel's MKL on Linux and Windows. BUG=none TEST=none Review URL: http://codereview.chromium.org/6858005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index a3dc849..49670ec 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -100,7 +100,7 @@
],
'use_threaded_compositing': 1,
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="linux" or OS=="win"', {
'feature_defines': [
'ENABLE_WEB_AUDIO=1',
],