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

Unified Diff: Source/core/features.gypi

Issue 14304002: Support concatenated spatialization data (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/WebKit/chromium/WebKit.grd ('k') | Source/core/platform/audio/HRTFElevation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/WebKit/chromium/WebKit.grd ('k') | Source/core/platform/audio/HRTFElevation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698