| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'audio/openbsd/audio_manager_openbsd.cc', | 126 'audio/openbsd/audio_manager_openbsd.cc', |
| 127 'audio/openbsd/audio_manager_openbsd.h', | 127 'audio/openbsd/audio_manager_openbsd.h', |
| 128 'audio/pulse/pulse_output.cc', | 128 'audio/pulse/pulse_output.cc', |
| 129 'audio/pulse/pulse_output.h', | 129 'audio/pulse/pulse_output.h', |
| 130 'audio/sample_rates.cc', | 130 'audio/sample_rates.cc', |
| 131 'audio/sample_rates.h', | 131 'audio/sample_rates.h', |
| 132 'audio/scoped_loop_observer.cc', | 132 'audio/scoped_loop_observer.cc', |
| 133 'audio/scoped_loop_observer.h', | 133 'audio/scoped_loop_observer.h', |
| 134 'audio/simple_sources.cc', | 134 'audio/simple_sources.cc', |
| 135 'audio/simple_sources.h', | 135 'audio/simple_sources.h', |
| 136 'audio/win/audio_device_listener_win.cc', |
| 137 'audio/win/audio_device_listener_win.h', |
| 136 'audio/win/audio_low_latency_input_win.cc', | 138 'audio/win/audio_low_latency_input_win.cc', |
| 137 'audio/win/audio_low_latency_input_win.h', | 139 'audio/win/audio_low_latency_input_win.h', |
| 138 'audio/win/audio_low_latency_output_win.cc', | 140 'audio/win/audio_low_latency_output_win.cc', |
| 139 'audio/win/audio_low_latency_output_win.h', | 141 'audio/win/audio_low_latency_output_win.h', |
| 140 'audio/win/audio_manager_win.cc', | 142 'audio/win/audio_manager_win.cc', |
| 141 'audio/win/audio_manager_win.h', | 143 'audio/win/audio_manager_win.h', |
| 142 'audio/win/audio_unified_win.cc', | 144 'audio/win/audio_unified_win.cc', |
| 143 'audio/win/audio_unified_win.h', | 145 'audio/win/audio_unified_win.h', |
| 144 'audio/win/avrt_wrapper_win.cc', | 146 'audio/win/avrt_wrapper_win.cc', |
| 145 'audio/win/avrt_wrapper_win.h', | 147 'audio/win/avrt_wrapper_win.h', |
| (...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1311 'media', | 1313 'media', |
| 1312 ], | 1314 ], |
| 1313 'sources': [ | 1315 'sources': [ |
| 1314 'tools/media_bench/media_bench.cc', | 1316 'tools/media_bench/media_bench.cc', |
| 1315 ], | 1317 ], |
| 1316 }, | 1318 }, |
| 1317 ], | 1319 ], |
| 1318 }] | 1320 }] |
| 1319 ], | 1321 ], |
| 1320 } | 1322 } |
| OLD | NEW |