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

Unified Diff: third_party/WebKit/Source/build/features.gypi

Issue 1557363002: Remove the WEB_AUDIO compile time flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/build/features.gypi
diff --git a/third_party/WebKit/Source/build/features.gypi b/third_party/WebKit/Source/build/features.gypi
index 6f42735c4a0fcf61796d8b079562e5773c87766e..cc7026a21280e61a115fc5e90538d0ccb117c88c 100644
--- a/third_party/WebKit/Source/build/features.gypi
+++ b/third_party/WebKit/Source/build/features.gypi
@@ -67,7 +67,6 @@
}, { # OS!=android
'feature_defines': [
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
- 'ENABLE_WEB_AUDIO=1',
'WTF_USE_ICCJPEG=1',
'WTF_USE_QCMSLIB=1'
],
@@ -86,9 +85,6 @@
['OS=="android" and use_openmax_dl_fft!=0', {
'feature_defines': [
'WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1',
- # Enabling the FFT is enough to enable WebAudio support to
- # allow most WebAudio features to work on Android.
- 'ENABLE_WEB_AUDIO=1',
],
}],
['use_default_render_theme==1', {
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/code_generator_v8.py ('k') | third_party/WebKit/Source/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698