| 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 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'audio/mac/audio_synchronized_mac.cc', | 130 'audio/mac/audio_synchronized_mac.cc', |
| 131 'audio/mac/audio_synchronized_mac.h', | 131 'audio/mac/audio_synchronized_mac.h', |
| 132 'audio/mac/audio_unified_mac.cc', | 132 'audio/mac/audio_unified_mac.cc', |
| 133 'audio/mac/audio_unified_mac.h', | 133 'audio/mac/audio_unified_mac.h', |
| 134 'audio/null_audio_sink.cc', | 134 'audio/null_audio_sink.cc', |
| 135 'audio/null_audio_sink.h', | 135 'audio/null_audio_sink.h', |
| 136 'audio/openbsd/audio_manager_openbsd.cc', | 136 'audio/openbsd/audio_manager_openbsd.cc', |
| 137 'audio/openbsd/audio_manager_openbsd.h', | 137 'audio/openbsd/audio_manager_openbsd.h', |
| 138 'audio/pulse/pulse_output.cc', | 138 'audio/pulse/pulse_output.cc', |
| 139 'audio/pulse/pulse_output.h', | 139 'audio/pulse/pulse_output.h', |
| 140 'audio/pulse/pulse_input.cc', |
| 141 'audio/pulse/pulse_input.h', |
| 142 'audio/pulse/pulse_util.cc', |
| 143 'audio/pulse/pulse_util.h', |
| 140 'audio/sample_rates.cc', | 144 'audio/sample_rates.cc', |
| 141 'audio/sample_rates.h', | 145 'audio/sample_rates.h', |
| 142 'audio/scoped_loop_observer.cc', | 146 'audio/scoped_loop_observer.cc', |
| 143 'audio/scoped_loop_observer.h', | 147 'audio/scoped_loop_observer.h', |
| 144 'audio/simple_sources.cc', | 148 'audio/simple_sources.cc', |
| 145 'audio/simple_sources.h', | 149 'audio/simple_sources.h', |
| 146 'audio/virtual_audio_input_stream.cc', | 150 'audio/virtual_audio_input_stream.cc', |
| 147 'audio/virtual_audio_input_stream.h', | 151 'audio/virtual_audio_input_stream.h', |
| 148 'audio/virtual_audio_output_stream.cc', | 152 'audio/virtual_audio_output_stream.cc', |
| 149 'audio/virtual_audio_output_stream.h', | 153 'audio/virtual_audio_output_stream.h', |
| (...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 'media', | 1346 'media', |
| 1343 ], | 1347 ], |
| 1344 'sources': [ | 1348 'sources': [ |
| 1345 'tools/media_bench/media_bench.cc', | 1349 'tools/media_bench/media_bench.cc', |
| 1346 ], | 1350 ], |
| 1347 }, | 1351 }, |
| 1348 ], | 1352 ], |
| 1349 }] | 1353 }] |
| 1350 ], | 1354 ], |
| 1351 } | 1355 } |
| OLD | NEW |