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

Unified Diff: media/media.gyp

Issue 10701049: Add MultiChannelResampler wrapper for SincResampler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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/multi_channel_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 085d0f8061e9ba97627ac5a50574f070e6113927..dca316e3e1d37f7c199cfdd9490289e7ff4b71ca 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -181,6 +181,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',
@@ -684,6 +686,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',
« no previous file with comments | « 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