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

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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'audio/mac/audio_input_mac.cc', 106 'audio/mac/audio_input_mac.cc',
107 'audio/mac/audio_input_mac.h', 107 'audio/mac/audio_input_mac.h',
108 'audio/mac/audio_low_latency_input_mac.cc', 108 'audio/mac/audio_low_latency_input_mac.cc',
109 'audio/mac/audio_low_latency_input_mac.h', 109 'audio/mac/audio_low_latency_input_mac.h',
110 'audio/mac/audio_low_latency_output_mac.cc', 110 'audio/mac/audio_low_latency_output_mac.cc',
111 'audio/mac/audio_low_latency_output_mac.h', 111 'audio/mac/audio_low_latency_output_mac.h',
112 'audio/mac/audio_manager_mac.cc', 112 'audio/mac/audio_manager_mac.cc',
113 'audio/mac/audio_manager_mac.h', 113 'audio/mac/audio_manager_mac.h',
114 'audio/mac/audio_output_mac.cc', 114 'audio/mac/audio_output_mac.cc',
115 'audio/mac/audio_output_mac.h', 115 'audio/mac/audio_output_mac.h',
116 'audio/mac/audio_unified_mac.cc',
117 'audio/mac/audio_unified_mac.h',
118
scherkus (not reviewing) 2012/09/10 11:26:19 remove all these blank lines
119 'audio/mac/audio_synchronized_mac.cc',
120 'audio/mac/audio_synchronized_mac.h',
scherkus (not reviewing) 2012/09/10 11:26:19 I don't see these in the CL -- remove?
121
122 'audio/mac/CAPlayThrough/AudioChannel.cpp',
scherkus (not reviewing) 2012/09/10 11:26:19 remove?
123 'audio/mac/CAPlayThrough/AudioChannel.h',
124 'audio/mac/CAPlayThrough/AudioBus.cpp',
125 'audio/mac/CAPlayThrough/AudioBus.h',
126 'audio/mac/CAPlayThrough/AudioFIFO.cpp',
127 'audio/mac/CAPlayThrough/AudioFIFO.h',
no longer working on chromium 2012/09/10 12:14:59 are these files part of this CL?
128
116 'audio/null_audio_sink.cc', 129 'audio/null_audio_sink.cc',
117 'audio/null_audio_sink.h', 130 'audio/null_audio_sink.h',
118 'audio/openbsd/audio_manager_openbsd.cc', 131 'audio/openbsd/audio_manager_openbsd.cc',
119 'audio/openbsd/audio_manager_openbsd.h', 132 'audio/openbsd/audio_manager_openbsd.h',
120 'audio/pulse/pulse_output.cc', 133 'audio/pulse/pulse_output.cc',
121 'audio/pulse/pulse_output.h', 134 'audio/pulse/pulse_output.h',
122 'audio/sample_rates.cc', 135 'audio/sample_rates.cc',
123 'audio/sample_rates.h', 136 'audio/sample_rates.h',
124 'audio/scoped_loop_observer.cc', 137 'audio/scoped_loop_observer.cc',
125 'audio/scoped_loop_observer.h', 138 'audio/scoped_loop_observer.h',
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 'media', 1255 'media',
1243 ], 1256 ],
1244 'sources': [ 1257 'sources': [
1245 'tools/media_bench/media_bench.cc', 1258 'tools/media_bench/media_bench.cc',
1246 ], 1259 ],
1247 }, 1260 },
1248 ], 1261 ],
1249 }] 1262 }]
1250 ], 1263 ],
1251 } 1264 }
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