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

Unified Diff: Source/config.gni

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/config.gni
diff --git a/Source/config.gni b/Source/config.gni
index aea6ee3c210e3b67aa344614286745b6ebd3c2fc..fb8c460c24f339396afc49084d7ef7edf8504d70 100644
--- a/Source/config.gni
+++ b/Source/config.gni
@@ -67,7 +67,6 @@ if (use_concatenated_impulse_responses) {
if (!is_android) {
feature_defines_list += [
"ENABLE_INPUT_MULTIPLE_FIELDS_UI=1",
- "ENABLE_WEB_AUDIO=1",
]
}
@@ -80,7 +79,6 @@ if (use_openmax_dl_fft) {
"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",
]
}

Powered by Google App Engine
This is Rietveld 408576698