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

Side by Side Diff: media/media.gyp

Issue 154573002: Remove deprecated non-AUHAL audio path on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 10 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
« no previous file with comments | « media/audio/mac/audio_manager_mac.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 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'audio/fake_audio_output_stream.h', 132 'audio/fake_audio_output_stream.h',
133 'audio/linux/audio_manager_linux.cc', 133 'audio/linux/audio_manager_linux.cc',
134 'audio/mac/audio_auhal_mac.cc', 134 'audio/mac/audio_auhal_mac.cc',
135 'audio/mac/audio_auhal_mac.h', 135 'audio/mac/audio_auhal_mac.h',
136 'audio/mac/audio_device_listener_mac.cc', 136 'audio/mac/audio_device_listener_mac.cc',
137 'audio/mac/audio_device_listener_mac.h', 137 'audio/mac/audio_device_listener_mac.h',
138 'audio/mac/audio_input_mac.cc', 138 'audio/mac/audio_input_mac.cc',
139 'audio/mac/audio_input_mac.h', 139 'audio/mac/audio_input_mac.h',
140 'audio/mac/audio_low_latency_input_mac.cc', 140 'audio/mac/audio_low_latency_input_mac.cc',
141 'audio/mac/audio_low_latency_input_mac.h', 141 'audio/mac/audio_low_latency_input_mac.h',
142 'audio/mac/audio_low_latency_output_mac.cc',
143 'audio/mac/audio_low_latency_output_mac.h',
144 'audio/mac/audio_manager_mac.cc', 142 'audio/mac/audio_manager_mac.cc',
145 'audio/mac/audio_manager_mac.h', 143 'audio/mac/audio_manager_mac.h',
146 'audio/null_audio_sink.cc', 144 'audio/null_audio_sink.cc',
147 'audio/null_audio_sink.h', 145 'audio/null_audio_sink.h',
148 'audio/openbsd/audio_manager_openbsd.cc', 146 'audio/openbsd/audio_manager_openbsd.cc',
149 'audio/openbsd/audio_manager_openbsd.h', 147 'audio/openbsd/audio_manager_openbsd.h',
150 'audio/pulse/audio_manager_pulse.cc', 148 'audio/pulse/audio_manager_pulse.cc',
151 'audio/pulse/audio_manager_pulse.h', 149 'audio/pulse/audio_manager_pulse.h',
152 'audio/pulse/pulse_input.cc', 150 'audio/pulse/pulse_input.cc',
153 'audio/pulse/pulse_input.h', 151 'audio/pulse/pulse_input.h',
(...skipping 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 ], 1668 ],
1671 }], 1669 }],
1672 ], 1670 ],
1673 }], 1671 }],
1674 ], 1672 ],
1675 }, 1673 },
1676 ], 1674 ],
1677 }], 1675 }],
1678 ], 1676 ],
1679 } 1677 }
OLDNEW
« no previous file with comments | « media/audio/mac/audio_manager_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698