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

Unified Diff: media/media.gyp

Issue 10702050: Add SincResampler ported from WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Decrease precision tests. Created 8 years, 5 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
« no previous file with comments | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index c73c3142109ff0c40bf717898d680dffcee06bf5..085d0f8061e9ba97627ac5a50574f070e6113927 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -189,6 +189,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',
@@ -686,6 +688,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',
« no previous file with comments | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698