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

Unified Diff: build/common.gypi

Issue 12260023: Add support building with OpenMAX DL FFT for WebAudio (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 a5e6e0f7e95ef73dd8ee6fa698dc91ba105373a7..094a03857f99d28411484474fdadea84200f1303 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -654,6 +654,9 @@
'google_api_key%': '',
'google_default_client_id%': '',
'google_default_client_secret%': '',
+
+ # Whether Android uses OpenMAX DL FFT. Default is no.
+ 'use_openmax_dl_fft%': 0,
},
# Copy conditionally-set variables out one scope.
@@ -911,6 +914,9 @@
# Set ARM float abi compilation flag.
'arm_float_abi%': 'softfp',
+ # 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