diff options
author | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 17:06:40 +0000 |
---|---|---|
committer | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-16 17:06:40 +0000 |
commit | 78c2d6a4b743a35d5fbc1b7c029df0835b3f931a (patch) | |
tree | d363d69f48d4fbfdd647115ed2e0a8f75a4250aa /build | |
parent | ba50fd8275458583684065943041fdbd96254713 (diff) | |
download | chromium_src-78c2d6a4b743a35d5fbc1b7c029df0835b3f931a.zip chromium_src-78c2d6a4b743a35d5fbc1b7c029df0835b3f931a.tar.gz chromium_src-78c2d6a4b743a35d5fbc1b7c029df0835b3f931a.tar.bz2 |
Enable WebAudio on Android
Set use_openmax_dl_fft=1 to enable WebAudio on Android.
This should not be committed until https://codereview.chromium.org/12457043/
has landed.
BUG=
Review URL: https://codereview.chromium.org/14047013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 0967683..3ed190a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -677,8 +677,8 @@ 'google_default_client_id%': '', 'google_default_client_secret%': '', - # Whether Android uses OpenMAX DL FFT. Default is no. - 'use_openmax_dl_fft%': 0, + # Whether Android uses OpenMAX DL FFT. Default is yes. + 'use_openmax_dl_fft%': 1, }, # Copy conditionally-set variables out one scope. |