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

Side by Side Diff: media/media.gyp

Issue 10909185: Add Mac OS X synchronized audio I/O back-end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« media/base/audio_fifo.cc ('K') | « media/base/audio_fifo.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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'audio/mac/audio_input_mac.cc', 110 'audio/mac/audio_input_mac.cc',
111 'audio/mac/audio_input_mac.h', 111 'audio/mac/audio_input_mac.h',
112 'audio/mac/audio_low_latency_input_mac.cc', 112 'audio/mac/audio_low_latency_input_mac.cc',
113 'audio/mac/audio_low_latency_input_mac.h', 113 'audio/mac/audio_low_latency_input_mac.h',
114 'audio/mac/audio_low_latency_output_mac.cc', 114 'audio/mac/audio_low_latency_output_mac.cc',
115 'audio/mac/audio_low_latency_output_mac.h', 115 'audio/mac/audio_low_latency_output_mac.h',
116 'audio/mac/audio_manager_mac.cc', 116 'audio/mac/audio_manager_mac.cc',
117 'audio/mac/audio_manager_mac.h', 117 'audio/mac/audio_manager_mac.h',
118 'audio/mac/audio_output_mac.cc', 118 'audio/mac/audio_output_mac.cc',
119 'audio/mac/audio_output_mac.h', 119 'audio/mac/audio_output_mac.h',
120 'audio/mac/audio_synchronized_mac.cc',
121 'audio/mac/audio_synchronized_mac.h',
120 'audio/mac/audio_unified_mac.cc', 122 'audio/mac/audio_unified_mac.cc',
121 'audio/mac/audio_unified_mac.h', 123 'audio/mac/audio_unified_mac.h',
122 'audio/null_audio_sink.cc', 124 'audio/null_audio_sink.cc',
123 'audio/null_audio_sink.h', 125 'audio/null_audio_sink.h',
124 'audio/openbsd/audio_manager_openbsd.cc', 126 'audio/openbsd/audio_manager_openbsd.cc',
125 'audio/openbsd/audio_manager_openbsd.h', 127 'audio/openbsd/audio_manager_openbsd.h',
126 'audio/pulse/pulse_output.cc', 128 'audio/pulse/pulse_output.cc',
127 'audio/pulse/pulse_output.h', 129 'audio/pulse/pulse_output.h',
128 'audio/sample_rates.cc', 130 'audio/sample_rates.cc',
129 'audio/sample_rates.h', 131 'audio/sample_rates.h',
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 'media', 1269 'media',
1268 ], 1270 ],
1269 'sources': [ 1271 'sources': [
1270 'tools/media_bench/media_bench.cc', 1272 'tools/media_bench/media_bench.cc',
1271 ], 1273 ],
1272 }, 1274 },
1273 ], 1275 ],
1274 }] 1276 }]
1275 ], 1277 ],
1276 } 1278 }
OLDNEW
« media/base/audio_fifo.cc ('K') | « media/base/audio_fifo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698