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

Unified Diff: Source/WebKit/chromium/features.gypi

Issue 14304002: Support concatenated spatialization data (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/WebKit/chromium/features.gypi
diff --git a/Source/WebKit/chromium/features.gypi b/Source/WebKit/chromium/features.gypi
index e4e25feb655ec1f3164c0d2b050bd482411801d9..2d3951697d4c7c4e5a21316b9526e5bdb01bfafe 100644
--- a/Source/WebKit/chromium/features.gypi
+++ b/Source/WebKit/chromium/features.gypi
@@ -72,6 +72,8 @@
# in Debug or release_valgrind_build=1 builds.
'WTF_USE_OPENTYPE_SANITIZER=1',
'WTF_USE_WEBKIT_IMAGE_DECODERS=1',
+ # Use concatenated HRTF impulse responses
+ 'WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1',
],
# We have to nest variables inside variables so that they can be overridden
# through GYP_DEFINES.

Powered by Google App Engine
This is Rietveld 408576698