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 cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'base/audio_renderer.h', | 219 'base/audio_renderer.h', |
220 'base/audio_renderer_mixer.cc', | 220 'base/audio_renderer_mixer.cc', |
221 'base/audio_renderer_mixer.h', | 221 'base/audio_renderer_mixer.h', |
222 'base/audio_renderer_mixer_input.cc', | 222 'base/audio_renderer_mixer_input.cc', |
223 'base/audio_renderer_mixer_input.h', | 223 'base/audio_renderer_mixer_input.h', |
224 'base/audio_renderer_sink.h', | 224 'base/audio_renderer_sink.h', |
225 'base/audio_splicer.cc', | 225 'base/audio_splicer.cc', |
226 'base/audio_splicer.h', | 226 'base/audio_splicer.h', |
227 'base/audio_timestamp_helper.cc', | 227 'base/audio_timestamp_helper.cc', |
228 'base/audio_timestamp_helper.h', | 228 'base/audio_timestamp_helper.h', |
| 229 'base/bind_to_loop.cc', |
229 'base/bind_to_loop.h', | 230 'base/bind_to_loop.h', |
230 'base/bit_reader.cc', | 231 'base/bit_reader.cc', |
231 'base/bit_reader.h', | 232 'base/bit_reader.h', |
232 'base/bitstream_buffer.h', | 233 'base/bitstream_buffer.h', |
233 'base/buffers.h', | 234 'base/buffers.h', |
234 'base/byte_queue.cc', | 235 'base/byte_queue.cc', |
235 'base/byte_queue.h', | 236 'base/byte_queue.h', |
236 'base/channel_mixer.cc', | 237 'base/channel_mixer.cc', |
237 'base/channel_mixer.h', | 238 'base/channel_mixer.h', |
238 'base/clock.cc', | 239 'base/clock.cc', |
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 ], | 1529 ], |
1529 }], | 1530 }], |
1530 ], | 1531 ], |
1531 }], | 1532 }], |
1532 ], | 1533 ], |
1533 }, | 1534 }, |
1534 ], | 1535 ], |
1535 }], | 1536 }], |
1536 ], | 1537 ], |
1537 } | 1538 } |
OLD | NEW |