OLD | NEW |
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'audio/pulse/pulse_input.cc', | 162 'audio/pulse/pulse_input.cc', |
163 'audio/pulse/pulse_input.h', | 163 'audio/pulse/pulse_input.h', |
164 'audio/pulse/pulse_output.cc', | 164 'audio/pulse/pulse_output.cc', |
165 'audio/pulse/pulse_output.h', | 165 'audio/pulse/pulse_output.h', |
166 'audio/pulse/pulse_unified.cc', | 166 'audio/pulse/pulse_unified.cc', |
167 'audio/pulse/pulse_unified.h', | 167 'audio/pulse/pulse_unified.h', |
168 'audio/pulse/pulse_util.cc', | 168 'audio/pulse/pulse_util.cc', |
169 'audio/pulse/pulse_util.h', | 169 'audio/pulse/pulse_util.h', |
170 'audio/sample_rates.cc', | 170 'audio/sample_rates.cc', |
171 'audio/sample_rates.h', | 171 'audio/sample_rates.h', |
172 'audio/scoped_loop_observer.cc', | 172 'audio/scoped_task_runner_observer.cc', |
173 'audio/scoped_loop_observer.h', | 173 'audio/scoped_task_runner_observer.h', |
174 'audio/simple_sources.cc', | 174 'audio/simple_sources.cc', |
175 'audio/simple_sources.h', | 175 'audio/simple_sources.h', |
176 'audio/sounds/audio_stream_handler.cc', | 176 'audio/sounds/audio_stream_handler.cc', |
177 'audio/sounds/audio_stream_handler.h', | 177 'audio/sounds/audio_stream_handler.h', |
178 'audio/sounds/sounds_manager.cc', | 178 'audio/sounds/sounds_manager.cc', |
179 'audio/sounds/sounds_manager.h', | 179 'audio/sounds/sounds_manager.h', |
180 'audio/sounds/wav_audio_handler.cc', | 180 'audio/sounds/wav_audio_handler.cc', |
181 'audio/sounds/wav_audio_handler.h', | 181 'audio/sounds/wav_audio_handler.h', |
182 'audio/virtual_audio_input_stream.cc', | 182 'audio/virtual_audio_input_stream.cc', |
183 'audio/virtual_audio_input_stream.h', | 183 'audio/virtual_audio_input_stream.h', |
(...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1643 ], | 1643 ], |
1644 }], | 1644 }], |
1645 ], | 1645 ], |
1646 }], | 1646 }], |
1647 ], | 1647 ], |
1648 }, | 1648 }, |
1649 ], | 1649 ], |
1650 }], | 1650 }], |
1651 ], | 1651 ], |
1652 } | 1652 } |
OLD | NEW |