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

Side by Side Diff: media/media.gyp

Issue 10868037: Split AudioRendererMixer::VectorFMAC into VectorMath library. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments. Lint. Created 8 years, 4 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
« no previous file with comments | « media/base/vector_math_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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'base/seekable_buffer.cc', 200 'base/seekable_buffer.cc',
201 'base/seekable_buffer.h', 201 'base/seekable_buffer.h',
202 'base/serial_runner.cc', 202 'base/serial_runner.cc',
203 'base/serial_runner.h', 203 'base/serial_runner.h',
204 'base/sinc_resampler.cc', 204 'base/sinc_resampler.cc',
205 'base/sinc_resampler.h', 205 'base/sinc_resampler.h',
206 'base/stream_parser.cc', 206 'base/stream_parser.cc',
207 'base/stream_parser.h', 207 'base/stream_parser.h',
208 'base/stream_parser_buffer.cc', 208 'base/stream_parser_buffer.cc',
209 'base/stream_parser_buffer.h', 209 'base/stream_parser_buffer.h',
210 'base/vector_math.cc',
211 'base/vector_math.h',
210 'base/video_decoder.cc', 212 'base/video_decoder.cc',
211 'base/video_decoder.h', 213 'base/video_decoder.h',
212 'base/video_decoder_config.cc', 214 'base/video_decoder_config.cc',
213 'base/video_decoder_config.h', 215 'base/video_decoder_config.h',
214 'base/video_frame.cc', 216 'base/video_frame.cc',
215 'base/video_frame.h', 217 'base/video_frame.h',
216 'base/video_renderer.cc', 218 'base/video_renderer.cc',
217 'base/video_renderer.h', 219 'base/video_renderer.h',
218 'base/video_util.cc', 220 'base/video_util.cc',
219 'base/video_util.h', 221 'base/video_util.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'base/djb2_unittest.cc', 702 'base/djb2_unittest.cc',
701 'base/filter_collection_unittest.cc', 703 'base/filter_collection_unittest.cc',
702 'base/multi_channel_resampler_unittest.cc', 704 'base/multi_channel_resampler_unittest.cc',
703 'base/pipeline_unittest.cc', 705 'base/pipeline_unittest.cc',
704 'base/ranges_unittest.cc', 706 'base/ranges_unittest.cc',
705 'base/run_all_unittests.cc', 707 'base/run_all_unittests.cc',
706 'base/seekable_buffer_unittest.cc', 708 'base/seekable_buffer_unittest.cc',
707 'base/sinc_resampler_unittest.cc', 709 'base/sinc_resampler_unittest.cc',
708 'base/test_data_util.cc', 710 'base/test_data_util.cc',
709 'base/test_data_util.h', 711 'base/test_data_util.h',
712 'base/vector_math_testing.h',
713 'base/vector_math_unittest.cc',
710 'base/video_frame_unittest.cc', 714 'base/video_frame_unittest.cc',
711 'base/video_util_unittest.cc', 715 'base/video_util_unittest.cc',
712 'base/yuv_convert_unittest.cc', 716 'base/yuv_convert_unittest.cc',
713 'crypto/aes_decryptor_unittest.cc', 717 'crypto/aes_decryptor_unittest.cc',
714 'ffmpeg/ffmpeg_common_unittest.cc', 718 'ffmpeg/ffmpeg_common_unittest.cc',
715 'filters/audio_renderer_algorithm_unittest.cc', 719 'filters/audio_renderer_algorithm_unittest.cc',
716 'filters/audio_renderer_impl_unittest.cc', 720 'filters/audio_renderer_impl_unittest.cc',
717 'filters/chunk_demuxer_unittest.cc', 721 'filters/chunk_demuxer_unittest.cc',
718 'filters/ffmpeg_audio_decoder_unittest.cc', 722 'filters/ffmpeg_audio_decoder_unittest.cc',
719 'filters/ffmpeg_decoder_unittest.h', 723 'filters/ffmpeg_decoder_unittest.h',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 'media', 1158 'media',
1155 ], 1159 ],
1156 'sources': [ 1160 'sources': [
1157 'tools/media_bench/media_bench.cc', 1161 'tools/media_bench/media_bench.cc',
1158 ], 1162 ],
1159 }, 1163 },
1160 ], 1164 ],
1161 }] 1165 }]
1162 ], 1166 ],
1163 } 1167 }
OLDNEW
« no previous file with comments | « media/base/vector_math_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698