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 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1343 'media', | 1347 'media', |
1344 ], | 1348 ], |
1345 'sources': [ | 1349 'sources': [ |
1346 'tools/media_bench/media_bench.cc', | 1350 'tools/media_bench/media_bench.cc', |
1347 ], | 1351 ], |
1348 }, | 1352 }, |
1349 ], | 1353 ], |
1350 }] | 1354 }] |
1351 ], | 1355 ], |
1352 } | 1356 } |
OLD | NEW |