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

Unified Diff: Source/core/core.gypi

Issue 15619003: Add support for WaveShaperNode.oversample (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: change TestExpectations in middle of file Created 7 years, 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 8a75a73e1ae73270a3edf31a9c69c9c4f89b7e0c..63d77b0a877e41d0e44d249065027dd071aee89f 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2542,6 +2542,8 @@
'platform/audio/DirectConvolver.h',
'platform/audio/Distance.cpp',
'platform/audio/Distance.h',
+ 'platform/audio/DownSampler.cpp',
+ 'platform/audio/DownSampler.h',
'platform/audio/DynamicsCompressor.cpp',
'platform/audio/DynamicsCompressor.h',
'platform/audio/DynamicsCompressorKernel.cpp',
@@ -2579,6 +2581,8 @@
'platform/audio/ReverbInputBuffer.h',
'platform/audio/SincResampler.cpp',
'platform/audio/SincResampler.h',
+ 'platform/audio/UpSampler.cpp',
+ 'platform/audio/UpSampler.h',
'platform/audio/VectorMath.cpp',
'platform/audio/VectorMath.h',
'platform/audio/ZeroPole.cpp',
« no previous file with comments | « LayoutTests/webaudio/waveshaper-oversample-4x-expected.txt ('k') | Source/core/platform/audio/DownSampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698