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: http://src.chromium.org/svn/trunk/src/build@194417 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mek@chromium.org 2013-04-16 19:35:29 +00:00
Родитель 6ac66cf0ec
Коммит bce4e23465
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.