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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'audio/openbsd/audio_manager_openbsd.cc', | 127 'audio/openbsd/audio_manager_openbsd.cc', |
128 'audio/openbsd/audio_manager_openbsd.h', | 128 'audio/openbsd/audio_manager_openbsd.h', |
129 'audio/pulse/pulse_output.cc', | 129 'audio/pulse/pulse_output.cc', |
130 'audio/pulse/pulse_output.h', | 130 'audio/pulse/pulse_output.h', |
131 'audio/sample_rates.cc', | 131 'audio/sample_rates.cc', |
132 'audio/sample_rates.h', | 132 'audio/sample_rates.h', |
133 'audio/scoped_loop_observer.cc', | 133 'audio/scoped_loop_observer.cc', |
134 'audio/scoped_loop_observer.h', | 134 'audio/scoped_loop_observer.h', |
135 'audio/simple_sources.cc', | 135 'audio/simple_sources.cc', |
136 'audio/simple_sources.h', | 136 'audio/simple_sources.h', |
| 137 'audio/virtual_audio_input_stream.cc', |
| 138 'audio/virtual_audio_input_stream.h', |
| 139 'audio/virtual_audio_output_stream.cc', |
| 140 'audio/virtual_audio_output_stream.h', |
137 'audio/win/audio_device_listener_win.cc', | 141 'audio/win/audio_device_listener_win.cc', |
138 'audio/win/audio_device_listener_win.h', | 142 'audio/win/audio_device_listener_win.h', |
139 'audio/win/audio_low_latency_input_win.cc', | 143 'audio/win/audio_low_latency_input_win.cc', |
140 'audio/win/audio_low_latency_input_win.h', | 144 'audio/win/audio_low_latency_input_win.h', |
141 'audio/win/audio_low_latency_output_win.cc', | 145 'audio/win/audio_low_latency_output_win.cc', |
142 'audio/win/audio_low_latency_output_win.h', | 146 'audio/win/audio_low_latency_output_win.h', |
143 'audio/win/audio_manager_win.cc', | 147 'audio/win/audio_manager_win.cc', |
144 'audio/win/audio_manager_win.h', | 148 'audio/win/audio_manager_win.h', |
145 'audio/win/audio_unified_win.cc', | 149 'audio/win/audio_unified_win.cc', |
146 'audio/win/audio_unified_win.h', | 150 'audio/win/audio_unified_win.h', |
(...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1316 'media', | 1320 'media', |
1317 ], | 1321 ], |
1318 'sources': [ | 1322 'sources': [ |
1319 'tools/media_bench/media_bench.cc', | 1323 'tools/media_bench/media_bench.cc', |
1320 ], | 1324 ], |
1321 }, | 1325 }, |
1322 ], | 1326 ], |
1323 }] | 1327 }] |
1324 ], | 1328 ], |
1325 } | 1329 } |
OLD | NEW |