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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/base/multi_channel_resampler_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'base/media_export.h', 174 'base/media_export.h',
175 'base/media_log.cc', 175 'base/media_log.cc',
176 'base/media_log.h', 176 'base/media_log.h',
177 'base/media_log_event.h', 177 'base/media_log_event.h',
178 'base/media_posix.cc', 178 'base/media_posix.cc',
179 'base/media_switches.cc', 179 'base/media_switches.cc',
180 'base/media_switches.h', 180 'base/media_switches.h',
181 'base/media_win.cc', 181 'base/media_win.cc',
182 'base/message_loop_factory.cc', 182 'base/message_loop_factory.cc',
183 'base/message_loop_factory.h', 183 'base/message_loop_factory.h',
184 'base/multi_channel_resampler.cc',
185 'base/multi_channel_resampler.h',
184 'base/pipeline.cc', 186 'base/pipeline.cc',
185 'base/pipeline.h', 187 'base/pipeline.h',
186 'base/pipeline_status.cc', 188 'base/pipeline_status.cc',
187 'base/pipeline_status.h', 189 'base/pipeline_status.h',
188 'base/ranges.cc', 190 'base/ranges.cc',
189 'base/ranges.h', 191 'base/ranges.h',
190 'base/seekable_buffer.cc', 192 'base/seekable_buffer.cc',
191 'base/seekable_buffer.h', 193 'base/seekable_buffer.h',
192 'base/sinc_resampler.cc', 194 'base/sinc_resampler.cc',
193 'base/sinc_resampler.h', 195 'base/sinc_resampler.h',
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 'base/buffers_unittest.cc', 679 'base/buffers_unittest.cc',
678 'base/clock_unittest.cc', 680 'base/clock_unittest.cc',
679 'base/composite_filter_unittest.cc', 681 'base/composite_filter_unittest.cc',
680 'base/data_buffer_unittest.cc', 682 'base/data_buffer_unittest.cc',
681 'base/decoder_buffer_unittest.cc', 683 'base/decoder_buffer_unittest.cc',
682 'base/djb2_unittest.cc', 684 'base/djb2_unittest.cc',
683 'base/fake_audio_render_callback.cc', 685 'base/fake_audio_render_callback.cc',
684 'base/fake_audio_render_callback.h', 686 'base/fake_audio_render_callback.h',
685 'base/filter_collection_unittest.cc', 687 'base/filter_collection_unittest.cc',
686 'base/h264_bitstream_converter_unittest.cc', 688 'base/h264_bitstream_converter_unittest.cc',
689 'base/multi_channel_resampler_unittest.cc',
687 'base/pipeline_unittest.cc', 690 'base/pipeline_unittest.cc',
688 'base/ranges_unittest.cc', 691 'base/ranges_unittest.cc',
689 'base/run_all_unittests.cc', 692 'base/run_all_unittests.cc',
690 'base/seekable_buffer_unittest.cc', 693 'base/seekable_buffer_unittest.cc',
691 'base/sinc_resampler_unittest.cc', 694 'base/sinc_resampler_unittest.cc',
692 'base/state_matrix_unittest.cc', 695 'base/state_matrix_unittest.cc',
693 'base/test_data_util.cc', 696 'base/test_data_util.cc',
694 'base/test_data_util.h', 697 'base/test_data_util.h',
695 'base/video_frame_unittest.cc', 698 'base/video_frame_unittest.cc',
696 'base/video_util_unittest.cc', 699 'base/video_util_unittest.cc',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1111 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1109 ], 1112 ],
1110 'sources': [ 1113 'sources': [
1111 'tools/media_bench/media_bench.cc', 1114 'tools/media_bench/media_bench.cc',
1112 ], 1115 ],
1113 }, 1116 },
1114 ], 1117 ],
1115 }] 1118 }]
1116 ], 1119 ],
1117 } 1120 }
OLDNEW
« 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