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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'base/audio_timestamp_helper.cc', | 241 'base/audio_timestamp_helper.cc', |
242 'base/audio_timestamp_helper.h', | 242 'base/audio_timestamp_helper.h', |
243 'base/audio_video_metadata_extractor.cc', | 243 'base/audio_video_metadata_extractor.cc', |
244 'base/audio_video_metadata_extractor.h', | 244 'base/audio_video_metadata_extractor.h', |
245 'base/bind_to_current_loop.h', | 245 'base/bind_to_current_loop.h', |
246 'base/bit_reader.cc', | 246 'base/bit_reader.cc', |
247 'base/bit_reader.h', | 247 'base/bit_reader.h', |
248 'base/bit_reader_core.cc', | 248 'base/bit_reader_core.cc', |
249 'base/bit_reader_core.h', | 249 'base/bit_reader_core.h', |
250 'base/bitstream_buffer.h', | 250 'base/bitstream_buffer.h', |
| 251 'base/buffering_state.h', |
251 'base/buffers.h', | 252 'base/buffers.h', |
252 'base/byte_queue.cc', | 253 'base/byte_queue.cc', |
253 'base/byte_queue.h', | 254 'base/byte_queue.h', |
254 'base/channel_mixer.cc', | 255 'base/channel_mixer.cc', |
255 'base/channel_mixer.h', | 256 'base/channel_mixer.h', |
256 'base/clock.cc', | 257 'base/clock.cc', |
257 'base/clock.h', | 258 'base/clock.h', |
258 'base/container_names.cc', | 259 'base/container_names.cc', |
259 'base/container_names.h', | 260 'base/container_names.h', |
260 'base/data_buffer.cc', | 261 'base/data_buffer.cc', |
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1710 ], | 1711 ], |
1711 }], | 1712 }], |
1712 ], | 1713 ], |
1713 }], | 1714 }], |
1714 ], | 1715 ], |
1715 }, | 1716 }, |
1716 ], | 1717 ], |
1717 }], | 1718 }], |
1718 ], | 1719 ], |
1719 } | 1720 } |
OLD | NEW |