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

Side by Side Diff: media/media.gyp

Issue 10698066: Switch to pcm_low_latency and enable resampling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments! 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/filters/audio_renderer_impl_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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'audio/win/audio_output_win_unittest.cc', 671 'audio/win/audio_output_win_unittest.cc',
672 'base/audio_renderer_mixer_unittest.cc', 672 'base/audio_renderer_mixer_unittest.cc',
673 'base/audio_renderer_mixer_input_unittest.cc', 673 'base/audio_renderer_mixer_input_unittest.cc',
674 'base/bit_reader_unittest.cc', 674 'base/bit_reader_unittest.cc',
675 'base/buffers_unittest.cc', 675 'base/buffers_unittest.cc',
676 'base/clock_unittest.cc', 676 'base/clock_unittest.cc',
677 'base/composite_filter_unittest.cc', 677 'base/composite_filter_unittest.cc',
678 'base/data_buffer_unittest.cc', 678 'base/data_buffer_unittest.cc',
679 'base/decoder_buffer_unittest.cc', 679 'base/decoder_buffer_unittest.cc',
680 'base/djb2_unittest.cc', 680 'base/djb2_unittest.cc',
681 'base/fake_audio_render_callback.cc',
682 'base/fake_audio_render_callback.h',
683 'base/filter_collection_unittest.cc', 681 'base/filter_collection_unittest.cc',
684 'base/multi_channel_resampler_unittest.cc', 682 'base/multi_channel_resampler_unittest.cc',
685 'base/pipeline_unittest.cc', 683 'base/pipeline_unittest.cc',
686 'base/ranges_unittest.cc', 684 'base/ranges_unittest.cc',
687 'base/run_all_unittests.cc', 685 'base/run_all_unittests.cc',
688 'base/seekable_buffer_unittest.cc', 686 'base/seekable_buffer_unittest.cc',
689 'base/sinc_resampler_unittest.cc', 687 'base/sinc_resampler_unittest.cc',
690 'base/state_matrix_unittest.cc', 688 'base/state_matrix_unittest.cc',
691 'base/test_data_util.cc', 689 'base/test_data_util.cc',
692 'base/test_data_util.h', 690 'base/test_data_util.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'media', 784 'media',
787 '../base/base.gyp:base', 785 '../base/base.gyp:base',
788 '../testing/gmock.gyp:gmock', 786 '../testing/gmock.gyp:gmock',
789 '../testing/gtest.gyp:gtest', 787 '../testing/gtest.gyp:gtest',
790 ], 788 ],
791 'sources': [ 789 'sources': [
792 'audio/mock_audio_manager.cc', 790 'audio/mock_audio_manager.cc',
793 'audio/mock_audio_manager.h', 791 'audio/mock_audio_manager.h',
794 'audio/test_audio_input_controller_factory.cc', 792 'audio/test_audio_input_controller_factory.cc',
795 'audio/test_audio_input_controller_factory.h', 793 'audio/test_audio_input_controller_factory.h',
794 'base/fake_audio_render_callback.cc',
795 'base/fake_audio_render_callback.h',
796 'base/mock_audio_renderer_sink.cc',
797 'base/mock_audio_renderer_sink.h',
796 'base/mock_callback.cc', 798 'base/mock_callback.cc',
797 'base/mock_callback.h', 799 'base/mock_callback.h',
798 'base/mock_data_source_host.cc', 800 'base/mock_data_source_host.cc',
799 'base/mock_data_source_host.h', 801 'base/mock_data_source_host.h',
800 'base/mock_demuxer_host.cc', 802 'base/mock_demuxer_host.cc',
801 'base/mock_demuxer_host.h', 803 'base/mock_demuxer_host.h',
802 'base/mock_filter_host.cc', 804 'base/mock_filter_host.cc',
803 'base/mock_filter_host.h', 805 'base/mock_filter_host.h',
804 'base/mock_filters.cc', 806 'base/mock_filters.cc',
805 'base/mock_filters.h', 807 'base/mock_filters.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1109 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1108 ], 1110 ],
1109 'sources': [ 1111 'sources': [
1110 'tools/media_bench/media_bench.cc', 1112 'tools/media_bench/media_bench.cc',
1111 ], 1113 ],
1112 }, 1114 },
1113 ], 1115 ],
1114 }] 1116 }]
1115 ], 1117 ],
1116 } 1118 }
OLDNEW
« no previous file with comments | « media/filters/audio_renderer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698