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', |