| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'audio/mac/audio_input_mac.cc', | 110 'audio/mac/audio_input_mac.cc', |
| 111 'audio/mac/audio_input_mac.h', | 111 'audio/mac/audio_input_mac.h', |
| 112 'audio/mac/audio_low_latency_input_mac.cc', | 112 'audio/mac/audio_low_latency_input_mac.cc', |
| 113 'audio/mac/audio_low_latency_input_mac.h', | 113 'audio/mac/audio_low_latency_input_mac.h', |
| 114 'audio/mac/audio_low_latency_output_mac.cc', | 114 'audio/mac/audio_low_latency_output_mac.cc', |
| 115 'audio/mac/audio_low_latency_output_mac.h', | 115 'audio/mac/audio_low_latency_output_mac.h', |
| 116 'audio/mac/audio_manager_mac.cc', | 116 'audio/mac/audio_manager_mac.cc', |
| 117 'audio/mac/audio_manager_mac.h', | 117 'audio/mac/audio_manager_mac.h', |
| 118 'audio/mac/audio_output_mac.cc', | 118 'audio/mac/audio_output_mac.cc', |
| 119 'audio/mac/audio_output_mac.h', | 119 'audio/mac/audio_output_mac.h', |
| 120 'audio/mac/audio_synchronized_mac.cc', |
| 121 'audio/mac/audio_synchronized_mac.h', |
| 120 'audio/null_audio_sink.cc', | 122 'audio/null_audio_sink.cc', |
| 121 'audio/null_audio_sink.h', | 123 'audio/null_audio_sink.h', |
| 122 'audio/openbsd/audio_manager_openbsd.cc', | 124 'audio/openbsd/audio_manager_openbsd.cc', |
| 123 'audio/openbsd/audio_manager_openbsd.h', | 125 'audio/openbsd/audio_manager_openbsd.h', |
| 124 'audio/pulse/pulse_output.cc', | 126 'audio/pulse/pulse_output.cc', |
| 125 'audio/pulse/pulse_output.h', | 127 'audio/pulse/pulse_output.h', |
| 126 'audio/sample_rates.cc', | 128 'audio/sample_rates.cc', |
| 127 'audio/sample_rates.h', | 129 'audio/sample_rates.h', |
| 128 'audio/scoped_loop_observer.cc', | 130 'audio/scoped_loop_observer.cc', |
| 129 'audio/scoped_loop_observer.h', | 131 'audio/scoped_loop_observer.h', |
| (...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 'media', | 1267 'media', |
| 1266 ], | 1268 ], |
| 1267 'sources': [ | 1269 'sources': [ |
| 1268 'tools/media_bench/media_bench.cc', | 1270 'tools/media_bench/media_bench.cc', |
| 1269 ], | 1271 ], |
| 1270 }, | 1272 }, |
| 1271 ], | 1273 ], |
| 1272 }] | 1274 }] |
| 1273 ], | 1275 ], |
| 1274 } | 1276 } |
| OLD | NEW |