| 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.
|
|
|