Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index a5e6e0f7e95ef73dd8ee6fa698dc91ba105373a7..f498ab0ad5b3a85d846762dc0d80bb96b8f481e2 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)', |
|
Ryan Sleevi
2013/03/05 20:57:54
BUG: <(use_openmax_dl_fft)
|
| + |
| # Enable new NPDevice API. |
| 'enable_new_npdevice_api%': 0, |