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

Unified Diff: third_party/WebKit/Source/config.gni

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/config.gni
diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
index 45d5c8365786a7e17b3a4890e9634911b883ae75..6d584ff36caa39d008ddeac66db4907c216d4453 100644
--- a/third_party/WebKit/Source/config.gni
+++ b/third_party/WebKit/Source/config.gni
@@ -64,7 +64,6 @@ if (is_android) {
feature_defines_list += [ "WTF_USE_LOW_QUALITY_IMAGE_INTERPOLATION=1" ]
} else {
feature_defines_list += [
- "ENABLE_WEB_AUDIO=1",
"WTF_USE_ICCJPEG=1",
"WTF_USE_QCMSLIB=1",
]
@@ -79,13 +78,7 @@ if (use_webaudio_ffmpeg) {
}
if (use_openmax_dl_fft) {
- feature_defines_list += [
- "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",
- ]
+ feature_defines_list += [ "WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1" ]
}
if (use_default_render_theme) {
« no previous file with comments | « third_party/WebKit/Source/build/features.gypi ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698