Commit 64602261 authored by mek@chromium.org's avatar mek@chromium.org

Revert 194378 "Enable WebAudio on Android"

This failed the android trybots, and then broke the tree the same way...

> 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

TBR=rtoy@google.com

Review URL: https://codereview.chromium.org/14299004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194417 0039d316-1c4b-4281-b951-d872f2087c98
parent a8b3227a
......@@ -677,8 +677,8 @@
'google_default_client_id%': '',
'google_default_client_secret%': '',
# Whether Android uses OpenMAX DL FFT. Default is yes.
'use_openmax_dl_fft%': 1,
# Whether Android uses OpenMAX DL FFT. Default is no.
'use_openmax_dl_fft%': 0,
},
# Copy conditionally-set variables out one scope.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment