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

Unified Diff: Source/build/features.gypi

Issue 604753003: Removing #ifdefs for WEB_AUDIO compile time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 237be2273d2257d40734c705171fa2bff04604db..ce8da5348d962391a01b2402b90bd5939d65f503 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -54,7 +54,6 @@
['OS!="android"', {
'feature_defines': [
'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
- 'ENABLE_WEB_AUDIO=1'
],
}],
# Mac OS X uses Accelerate.framework FFT by default instead of FFmpeg.
@@ -68,7 +67,6 @@
'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',
Mike West 2014/09/25 13:40:04 Given the comments here, it's not at all clear tha
Raymond Toy 2014/09/25 17:43:18 The comments should probably be updated. I have p
],
}],
# Mac OS X has not implemented support for ENABLE(OPENTYPE_VERTICAL) yet

Powered by Google App Engine
This is Rietveld 408576698