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

Unified Diff: media/media.gyp

Issue 10701049: Add MultiChannelResampler wrapper for SincResampler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments! 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 93539e282e32a97a7f2d1289973993341162cb9d..decab09335421718d4a0170449345750d9c4dac1 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -179,6 +179,8 @@
'base/media_win.cc',
'base/message_loop_factory.cc',
'base/message_loop_factory.h',
+ 'base/multi_channel_resampler.cc',
+ 'base/multi_channel_resampler.h',
'base/pipeline.cc',
'base/pipeline.h',
'base/pipeline_status.cc',
@@ -677,6 +679,7 @@
'base/fake_audio_render_callback.h',
'base/filter_collection_unittest.cc',
'base/h264_bitstream_converter_unittest.cc',
+ 'base/multi_channel_resampler_unittest.cc',
'base/pipeline_unittest.cc',
'base/ranges_unittest.cc',
'base/run_all_unittests.cc',
« media/base/multi_channel_resampler.cc ('K') | « media/base/multi_channel_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698