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

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: Review fixes. 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
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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'type': 'static_library', 790 'type': 'static_library',
791 'dependencies': [ 791 'dependencies': [
792 'media', 792 'media',
793 '../base/base.gyp:base', 793 '../base/base.gyp:base',
794 '../testing/gmock.gyp:gmock', 794 '../testing/gmock.gyp:gmock',
795 '../testing/gtest.gyp:gtest', 795 '../testing/gtest.gyp:gtest',
796 ], 796 ],
797 'sources': [ 797 'sources': [
798 'audio/test_audio_input_controller_factory.cc', 798 'audio/test_audio_input_controller_factory.cc',
799 'audio/test_audio_input_controller_factory.h', 799 'audio/test_audio_input_controller_factory.h',
800 'base/mock_audio_renderer_sink.h',
800 'base/mock_callback.cc', 801 'base/mock_callback.cc',
801 'base/mock_callback.h', 802 'base/mock_callback.h',
802 'base/mock_data_source_host.cc', 803 'base/mock_data_source_host.cc',
803 'base/mock_data_source_host.h', 804 'base/mock_data_source_host.h',
804 'base/mock_demuxer_host.cc', 805 'base/mock_demuxer_host.cc',
805 'base/mock_demuxer_host.h', 806 'base/mock_demuxer_host.h',
806 'base/mock_filter_host.cc', 807 'base/mock_filter_host.cc',
807 'base/mock_filter_host.h', 808 'base/mock_filter_host.h',
808 'base/mock_filters.cc', 809 'base/mock_filters.cc',
809 'base/mock_filters.h', 810 'base/mock_filters.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 1112 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
1112 ], 1113 ],
1113 'sources': [ 1114 'sources': [
1114 'tools/media_bench/media_bench.cc', 1115 'tools/media_bench/media_bench.cc',
1115 ], 1116 ],
1116 }, 1117 },
1117 ], 1118 ],
1118 }] 1119 }]
1119 ], 1120 ],
1120 } 1121 }
OLDNEW
« media/base/mock_audio_renderer_sink.h ('K') | « 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