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

Unified Diff: build/common.gypi

Issue 13949012: Need to call RegisterJni for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | media/base/media_android.cc » ('j') | 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 0967683b3c9037a315f4ed58b78a595cd8c3b84a..e1c251b810d0f18b3825b1ea7bcb6253e8a51608 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -641,6 +641,13 @@
}, {
'test_isolation_mode%': 'noop',
}],
+ # 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"', {
+ 'use_openmax_dl_fft%': 1,
+ }, {
+ 'use_openmax_dl_fft%': 0,
+ }],
],
# Set this to 1 to use the Google-internal file containing
@@ -676,9 +683,6 @@
'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.
« no previous file with comments | « no previous file | media/base/media_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698