| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'audio/pulse/pulse_input.cc', | 154 'audio/pulse/pulse_input.cc', |
| 155 'audio/pulse/pulse_input.h', | 155 'audio/pulse/pulse_input.h', |
| 156 'audio/pulse/pulse_output.cc', | 156 'audio/pulse/pulse_output.cc', |
| 157 'audio/pulse/pulse_output.h', | 157 'audio/pulse/pulse_output.h', |
| 158 'audio/pulse/pulse_unified.cc', | 158 'audio/pulse/pulse_unified.cc', |
| 159 'audio/pulse/pulse_unified.h', | 159 'audio/pulse/pulse_unified.h', |
| 160 'audio/pulse/pulse_util.cc', | 160 'audio/pulse/pulse_util.cc', |
| 161 'audio/pulse/pulse_util.h', | 161 'audio/pulse/pulse_util.h', |
| 162 'audio/sample_rates.cc', | 162 'audio/sample_rates.cc', |
| 163 'audio/sample_rates.h', | 163 'audio/sample_rates.h', |
| 164 'audio/scoped_loop_observer.cc', | 164 'audio/scoped_task_runner_observer.cc', |
| 165 'audio/scoped_loop_observer.h', | 165 'audio/scoped_task_runner_observer.h', |
| 166 'audio/simple_sources.cc', | 166 'audio/simple_sources.cc', |
| 167 'audio/simple_sources.h', | 167 'audio/simple_sources.h', |
| 168 'audio/sounds/audio_stream_handler.cc', | 168 'audio/sounds/audio_stream_handler.cc', |
| 169 'audio/sounds/audio_stream_handler.h', | 169 'audio/sounds/audio_stream_handler.h', |
| 170 'audio/sounds/sounds_manager.cc', | 170 'audio/sounds/sounds_manager.cc', |
| 171 'audio/sounds/sounds_manager.h', | 171 'audio/sounds/sounds_manager.h', |
| 172 'audio/sounds/wav_audio_handler.cc', | 172 'audio/sounds/wav_audio_handler.cc', |
| 173 'audio/sounds/wav_audio_handler.h', | 173 'audio/sounds/wav_audio_handler.h', |
| 174 'audio/virtual_audio_input_stream.cc', | 174 'audio/virtual_audio_input_stream.cc', |
| 175 'audio/virtual_audio_input_stream.h', | 175 'audio/virtual_audio_input_stream.h', |
| (...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 ], | 1551 ], |
| 1552 }], | 1552 }], |
| 1553 ], | 1553 ], |
| 1554 }], | 1554 }], |
| 1555 ], | 1555 ], |
| 1556 }, | 1556 }, |
| 1557 ], | 1557 ], |
| 1558 }], | 1558 }], |
| 1559 ], | 1559 ], |
| 1560 } | 1560 } |
| OLD | NEW |