Index: Source/core/features.gypi |
diff --git a/Source/core/features.gypi b/Source/core/features.gypi |
index 93863ca886ef21bf96bace8c911ecf764ac5589d..bc82715f3a8c577e0eb74c43c65e638952ec6fb8 100644 |
--- a/Source/core/features.gypi |
+++ b/Source/core/features.gypi |
@@ -74,6 +74,10 @@ |
}, |
'enable_svg%': '<(enable_svg)', |
'conditions': [ |
+ ['use_concatenated_impulse_responses==1', { |
+ # Use concatenated HRTF impulse responses |
+ 'feature_defines': ['WTF_USE_CONCATENATED_IMPULSE_RESPONSES=1'], |
+ }], |
['OS=="android"', { |
'feature_defines': [ |
'ENABLE_CALENDAR_PICKER=0', |