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

Side by Side Diff: media/media.gyp

Issue 10918098: Introduce AudioOutputResampler for browser side resampling. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 8 years, 3 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/sinc_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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'audio/audio_output_device.cc', 72 'audio/audio_output_device.cc',
73 'audio/audio_output_device.h', 73 'audio/audio_output_device.h',
74 'audio/audio_output_dispatcher.cc', 74 'audio/audio_output_dispatcher.cc',
75 'audio/audio_output_dispatcher.h', 75 'audio/audio_output_dispatcher.h',
76 'audio/audio_output_dispatcher_impl.cc', 76 'audio/audio_output_dispatcher_impl.cc',
77 'audio/audio_output_dispatcher_impl.h', 77 'audio/audio_output_dispatcher_impl.h',
78 'audio/audio_output_ipc.cc', 78 'audio/audio_output_ipc.cc',
79 'audio/audio_output_ipc.h', 79 'audio/audio_output_ipc.h',
80 'audio/audio_output_proxy.cc', 80 'audio/audio_output_proxy.cc',
81 'audio/audio_output_proxy.h', 81 'audio/audio_output_proxy.h',
82 'audio/audio_output_resampler.cc',
83 'audio/audio_output_resampler.h',
82 'audio/audio_util.cc', 84 'audio/audio_util.cc',
83 'audio/audio_util.h', 85 'audio/audio_util.h',
84 'audio/cross_process_notification.cc', 86 'audio/cross_process_notification.cc',
85 'audio/cross_process_notification.h', 87 'audio/cross_process_notification.h',
86 'audio/cross_process_notification_posix.cc', 88 'audio/cross_process_notification_posix.cc',
87 'audio/cross_process_notification_win.cc', 89 'audio/cross_process_notification_win.cc',
88 'audio/fake_audio_input_stream.cc', 90 'audio/fake_audio_input_stream.cc',
89 'audio/fake_audio_input_stream.h', 91 'audio/fake_audio_input_stream.h',
90 'audio/fake_audio_output_stream.cc', 92 'audio/fake_audio_output_stream.cc',
91 'audio/fake_audio_output_stream.h', 93 'audio/fake_audio_output_stream.h',
(...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 'media', 1267 'media',
1266 ], 1268 ],
1267 'sources': [ 1269 'sources': [
1268 'tools/media_bench/media_bench.cc', 1270 'tools/media_bench/media_bench.cc',
1269 ], 1271 ],
1270 }, 1272 },
1271 ], 1273 ],
1272 }] 1274 }]
1273 ], 1275 ],
1274 } 1276 }
OLDNEW
« no previous file with comments | « media/base/sinc_resampler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698