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

Unified Diff: Source/platform/blink_platform.gypi

Issue 691143007: Implement StereoPannerNode for robust stereo panning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index afefacb5d1443b50b75a7a143aeab962f171f098..490d550c82d38ab8c642fa3e307a009a272fe016 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -232,6 +232,10 @@
'audio/ReverbInputBuffer.h',
'audio/SincResampler.cpp',
'audio/SincResampler.h',
+ 'audio/StereoPanner.cpp',
+ 'audio/StereoPanner.h',
+ 'audio/Spatializer.cpp',
+ 'audio/Spatializer.h',
'audio/UpSampler.cpp',
'audio/UpSampler.h',
'audio/VectorMath.cpp',
« Source/platform/audio/Spatializer.h ('K') | « Source/platform/audio/StereoPanner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698