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

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
« no previous file with comments | « Source/platform/audio/StereoPanner.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index ea945dc102ce302745f4038e1bffb789e6920f2b..6fa323f2ca8d49ccd9b9c5a6abafed73d37e13a2 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',
« no previous file with comments | « Source/platform/audio/StereoPanner.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698