Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1111)

Unified Diff: build/common.gypi

Issue 14324003: Android WebView: disable use of OpenMAX DL lib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e1c251b810d0f18b3825b1ea7bcb6253e8a51608..8fb2a06c1730b05a8aee89c35c22a088833a3daa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698