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

Side by Side Diff: media/media.gyp

Issue 10916105: Add Mac OS X unified 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'audio/mac/audio_input_mac.cc', 108 'audio/mac/audio_input_mac.cc',
109 'audio/mac/audio_input_mac.h', 109 'audio/mac/audio_input_mac.h',
110 'audio/mac/audio_low_latency_input_mac.cc', 110 'audio/mac/audio_low_latency_input_mac.cc',
111 'audio/mac/audio_low_latency_input_mac.h', 111 'audio/mac/audio_low_latency_input_mac.h',
112 'audio/mac/audio_low_latency_output_mac.cc', 112 'audio/mac/audio_low_latency_output_mac.cc',
113 'audio/mac/audio_low_latency_output_mac.h', 113 'audio/mac/audio_low_latency_output_mac.h',
114 'audio/mac/audio_manager_mac.cc', 114 'audio/mac/audio_manager_mac.cc',
115 'audio/mac/audio_manager_mac.h', 115 'audio/mac/audio_manager_mac.h',
116 'audio/mac/audio_output_mac.cc', 116 'audio/mac/audio_output_mac.cc',
117 'audio/mac/audio_output_mac.h', 117 'audio/mac/audio_output_mac.h',
118 'audio/mac/audio_unified_mac.cc',
119 'audio/mac/audio_unified_mac.h',
118 'audio/null_audio_sink.cc', 120 'audio/null_audio_sink.cc',
119 'audio/null_audio_sink.h', 121 'audio/null_audio_sink.h',
120 'audio/openbsd/audio_manager_openbsd.cc', 122 'audio/openbsd/audio_manager_openbsd.cc',
121 'audio/openbsd/audio_manager_openbsd.h', 123 'audio/openbsd/audio_manager_openbsd.h',
122 'audio/pulse/pulse_output.cc', 124 'audio/pulse/pulse_output.cc',
123 'audio/pulse/pulse_output.h', 125 'audio/pulse/pulse_output.h',
124 'audio/sample_rates.cc', 126 'audio/sample_rates.cc',
125 'audio/sample_rates.h', 127 'audio/sample_rates.h',
126 'audio/scoped_loop_observer.cc', 128 'audio/scoped_loop_observer.cc',
127 'audio/scoped_loop_observer.h', 129 'audio/scoped_loop_observer.h',
(...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 'media', 1264 'media',
1263 ], 1265 ],
1264 'sources': [ 1266 'sources': [
1265 'tools/media_bench/media_bench.cc', 1267 'tools/media_bench/media_bench.cc',
1266 ], 1268 ],
1267 }, 1269 },
1268 ], 1270 ],
1269 }] 1271 }]
1270 ], 1272 ],
1271 } 1273 }
OLDNEW
« media/audio/mac/audio_unified_mac.cc ('K') | « media/audio/mac/audio_unified_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698