Commit fc3ab0c7 authored by torne@chromium.org's avatar torne@chromium.org

Android WebView: disable use of OpenMAX DL lib.

We don't have this library in the WebView tree, and we don't want to
enable WebAudio on only ARM platforms for consistency reasons in any
case.

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194595 0039d316-1c4b-4281-b951-d872f2087c98
parent f4c6c403
......@@ -643,7 +643,7 @@
}],
# Whether Android ARM build uses OpenMAX DL FFT. Default is
# yes. This will also enable WebAudio on Android ARM.
['OS=="android" and target_arch=="arm"', {
['OS=="android" and target_arch=="arm" and android_webview_build==0', {
'use_openmax_dl_fft%': 1,
}, {
'use_openmax_dl_fft%': 0,
......@@ -944,7 +944,7 @@
# Enable use of OpenMAX DL FFT routines.
'use_openmax_dl_fft%': '<(use_openmax_dl_fft)',
# Enable new NPDevice API.
'enable_new_npdevice_api%': 0,
......
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