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

Unified Diff: media/media.gyp

Issue 10702050: Add SincResampler ported from WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Zero-Initialize Arrays + Check Max Error. Created 8 years, 6 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 29300fe1b89fdc39c2c0654b9f200dcd3d00c143..93539e282e32a97a7f2d1289973993341162cb9d 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -187,6 +187,8 @@
'base/ranges.h',
'base/seekable_buffer.cc',
'base/seekable_buffer.h',
+ 'base/sinc_resampler.cc',
+ 'base/sinc_resampler.h',
'base/state_matrix.cc',
'base/state_matrix.h',
'base/stream_parser.cc',
@@ -679,6 +681,7 @@
'base/ranges_unittest.cc',
'base/run_all_unittests.cc',
'base/seekable_buffer_unittest.cc',
+ 'base/sinc_resampler_unittest.cc',
'base/state_matrix_unittest.cc',
'base/test_data_util.cc',
'base/test_data_util.h',
« media/base/sinc_resampler_unittest.cc ('K') | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698