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

Side by Side Diff: media/media.gyp

Issue 11150034: Add support for channel transforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO. Created 8 years, 2 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/channel_mixer_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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'base/audio_renderer_mixer_input.cc', 170 'base/audio_renderer_mixer_input.cc',
171 'base/audio_renderer_mixer_input.h', 171 'base/audio_renderer_mixer_input.h',
172 'base/bind_to_loop.h', 172 'base/bind_to_loop.h',
173 'base/bitstream_buffer.h', 173 'base/bitstream_buffer.h',
174 'base/bit_reader.cc', 174 'base/bit_reader.cc',
175 'base/bit_reader.h', 175 'base/bit_reader.h',
176 'base/buffers.cc', 176 'base/buffers.cc',
177 'base/buffers.h', 177 'base/buffers.h',
178 'base/byte_queue.cc', 178 'base/byte_queue.cc',
179 'base/byte_queue.h', 179 'base/byte_queue.h',
180 'base/channel_mixer.cc',
181 'base/channel_mixer.h',
180 'base/clock.cc', 182 'base/clock.cc',
181 'base/clock.h', 183 'base/clock.h',
182 'base/data_buffer.cc', 184 'base/data_buffer.cc',
183 'base/data_buffer.h', 185 'base/data_buffer.h',
184 'base/data_source.cc', 186 'base/data_source.cc',
185 'base/data_source.h', 187 'base/data_source.h',
186 'base/decoder_buffer.cc', 188 'base/decoder_buffer.cc',
187 'base/decoder_buffer.h', 189 'base/decoder_buffer.h',
188 'base/decryptor.cc', 190 'base/decryptor.cc',
189 'base/decryptor.h', 191 'base/decryptor.h',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'audio/win/audio_output_win_unittest.cc', 614 'audio/win/audio_output_win_unittest.cc',
613 'audio/win/audio_unified_win_unittest.cc', 615 'audio/win/audio_unified_win_unittest.cc',
614 'base/audio_bus_unittest.cc', 616 'base/audio_bus_unittest.cc',
615 'base/audio_fifo_unittest.cc', 617 'base/audio_fifo_unittest.cc',
616 'base/audio_pull_fifo_unittest.cc', 618 'base/audio_pull_fifo_unittest.cc',
617 'base/audio_renderer_mixer_input_unittest.cc', 619 'base/audio_renderer_mixer_input_unittest.cc',
618 'base/audio_renderer_mixer_unittest.cc', 620 'base/audio_renderer_mixer_unittest.cc',
619 'base/bit_reader_unittest.cc', 621 'base/bit_reader_unittest.cc',
620 'base/bind_to_loop_unittest.cc', 622 'base/bind_to_loop_unittest.cc',
621 'base/buffers_unittest.cc', 623 'base/buffers_unittest.cc',
624 'base/channel_mixer_unittest.cc',
622 'base/clock_unittest.cc', 625 'base/clock_unittest.cc',
623 'base/data_buffer_unittest.cc', 626 'base/data_buffer_unittest.cc',
624 'base/decoder_buffer_unittest.cc', 627 'base/decoder_buffer_unittest.cc',
625 'base/djb2_unittest.cc', 628 'base/djb2_unittest.cc',
626 'base/filter_collection_unittest.cc', 629 'base/filter_collection_unittest.cc',
627 'base/multi_channel_resampler_unittest.cc', 630 'base/multi_channel_resampler_unittest.cc',
628 'base/pipeline_unittest.cc', 631 'base/pipeline_unittest.cc',
629 'base/ranges_unittest.cc', 632 'base/ranges_unittest.cc',
630 'base/run_all_unittests.cc', 633 'base/run_all_unittests.cc',
631 'base/seekable_buffer_unittest.cc', 634 'base/seekable_buffer_unittest.cc',
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'media', 1311 'media',
1309 ], 1312 ],
1310 'sources': [ 1313 'sources': [
1311 'tools/media_bench/media_bench.cc', 1314 'tools/media_bench/media_bench.cc',
1312 ], 1315 ],
1313 }, 1316 },
1314 ], 1317 ],
1315 }] 1318 }]
1316 ], 1319 ],
1317 } 1320 }
OLDNEW
« no previous file with comments | « media/base/channel_mixer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698