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

Unified Diff: build/common.gypi

Issue 262803004: [Android WebView] Enable WebAudio API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 f49174bdf8bf1320dafa583ac86319ce52820cc2..f05cfc68f54bf3d2c52e3a222dc8ac96d09b6364 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -853,7 +853,7 @@
'test_isolation_mode%': 'noop',
}],
# Whether Android ARM or x86 build uses OpenMAX DL FFT.
- ['OS=="android" and ((target_arch=="arm" and arm_version >= 7) or target_arch=="ia32" or target_arch=="x64") and android_webview_build==0', {
+ ['OS=="android" and ((target_arch=="arm" and arm_version >= 7) or target_arch=="ia32" or target_arch=="x64")', {
# Currently only supported on Android ARMv7+, ia32 or x64
# without webview. When enabled, this will also enable
Raymond Toy 2014/05/01 17:37:08 Nit: Fix the comment about "without webview".
benm (inactive) 2014/05/01 17:40:18 good catch!
# WebAudio support on Android ARM, ia32 and x64. Default is
« 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