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

Side by Side Diff: media/media.gyp

Issue 13403002: Add OSX aggregate audio device support for best performance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'audio/linux/alsa_input.cc', 129 'audio/linux/alsa_input.cc',
130 'audio/linux/alsa_input.h', 130 'audio/linux/alsa_input.h',
131 'audio/linux/alsa_output.cc', 131 'audio/linux/alsa_output.cc',
132 'audio/linux/alsa_output.h', 132 'audio/linux/alsa_output.h',
133 'audio/linux/alsa_util.cc', 133 'audio/linux/alsa_util.cc',
134 'audio/linux/alsa_util.h', 134 'audio/linux/alsa_util.h',
135 'audio/linux/alsa_wrapper.cc', 135 'audio/linux/alsa_wrapper.cc',
136 'audio/linux/alsa_wrapper.h', 136 'audio/linux/alsa_wrapper.h',
137 'audio/linux/audio_manager_linux.cc', 137 'audio/linux/audio_manager_linux.cc',
138 'audio/linux/audio_manager_linux.h', 138 'audio/linux/audio_manager_linux.h',
139 'audio/mac/aggregate_device_manager.cc',
140 'audio/mac/aggregate_device_manager.h',
139 'audio/mac/audio_auhal_mac.cc', 141 'audio/mac/audio_auhal_mac.cc',
140 'audio/mac/audio_auhal_mac.h', 142 'audio/mac/audio_auhal_mac.h',
141 'audio/mac/audio_device_listener_mac.cc', 143 'audio/mac/audio_device_listener_mac.cc',
142 'audio/mac/audio_device_listener_mac.h', 144 'audio/mac/audio_device_listener_mac.h',
143 'audio/mac/audio_input_mac.cc', 145 'audio/mac/audio_input_mac.cc',
144 'audio/mac/audio_input_mac.h', 146 'audio/mac/audio_input_mac.h',
145 'audio/mac/audio_low_latency_input_mac.cc', 147 'audio/mac/audio_low_latency_input_mac.cc',
146 'audio/mac/audio_low_latency_input_mac.h', 148 'audio/mac/audio_low_latency_input_mac.h',
147 'audio/mac/audio_low_latency_output_mac.cc', 149 'audio/mac/audio_low_latency_output_mac.cc',
148 'audio/mac/audio_low_latency_output_mac.h', 150 'audio/mac/audio_low_latency_output_mac.h',
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 ], 1664 ],
1663 'sources': [ 1665 'sources': [
1664 'base/simd/sinc_resampler_sse.cc', 1666 'base/simd/sinc_resampler_sse.cc',
1665 'base/simd/vector_math_sse.cc', 1667 'base/simd/vector_math_sse.cc',
1666 ], 1668 ],
1667 }, # end of target media_sse 1669 }, # end of target media_sse
1668 ], 1670 ],
1669 }], 1671 }],
1670 ], 1672 ],
1671 } 1673 }
OLDNEW
« media/audio/mac/audio_manager_mac.cc ('K') | « media/audio/mac/audio_synchronized_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698