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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'base/audio_renderer_mixer.h', | 234 'base/audio_renderer_mixer.h', |
235 'base/audio_renderer_mixer_input.cc', | 235 'base/audio_renderer_mixer_input.cc', |
236 'base/audio_renderer_mixer_input.h', | 236 'base/audio_renderer_mixer_input.h', |
237 'base/audio_renderer_sink.h', | 237 'base/audio_renderer_sink.h', |
238 'base/audio_splicer.cc', | 238 'base/audio_splicer.cc', |
239 'base/audio_splicer.h', | 239 'base/audio_splicer.h', |
240 'base/audio_timestamp_helper.cc', | 240 'base/audio_timestamp_helper.cc', |
241 'base/audio_timestamp_helper.h', | 241 'base/audio_timestamp_helper.h', |
242 'base/audio_video_metadata_extractor.cc', | 242 'base/audio_video_metadata_extractor.cc', |
243 'base/audio_video_metadata_extractor.h', | 243 'base/audio_video_metadata_extractor.h', |
244 'base/bind_to_loop.h', | 244 'base/bind_to_current_loop.h', |
245 'base/bit_reader.cc', | 245 'base/bit_reader.cc', |
246 'base/bit_reader.h', | 246 'base/bit_reader.h', |
247 'base/bitstream_buffer.h', | 247 'base/bitstream_buffer.h', |
248 'base/buffers.h', | 248 'base/buffers.h', |
249 'base/byte_queue.cc', | 249 'base/byte_queue.cc', |
250 'base/byte_queue.h', | 250 'base/byte_queue.h', |
251 'base/channel_mixer.cc', | 251 'base/channel_mixer.cc', |
252 'base/channel_mixer.h', | 252 'base/channel_mixer.h', |
253 'base/clock.cc', | 253 'base/clock.cc', |
254 'base/clock.h', | 254 'base/clock.h', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 'base/audio_converter_unittest.cc', | 943 'base/audio_converter_unittest.cc', |
944 'base/audio_fifo_unittest.cc', | 944 'base/audio_fifo_unittest.cc', |
945 'base/audio_hardware_config_unittest.cc', | 945 'base/audio_hardware_config_unittest.cc', |
946 'base/audio_hash_unittest.cc', | 946 'base/audio_hash_unittest.cc', |
947 'base/audio_pull_fifo_unittest.cc', | 947 'base/audio_pull_fifo_unittest.cc', |
948 'base/audio_renderer_mixer_input_unittest.cc', | 948 'base/audio_renderer_mixer_input_unittest.cc', |
949 'base/audio_renderer_mixer_unittest.cc', | 949 'base/audio_renderer_mixer_unittest.cc', |
950 'base/audio_splicer_unittest.cc', | 950 'base/audio_splicer_unittest.cc', |
951 'base/audio_timestamp_helper_unittest.cc', | 951 'base/audio_timestamp_helper_unittest.cc', |
952 'base/audio_video_metadata_extractor_unittest.cc', | 952 'base/audio_video_metadata_extractor_unittest.cc', |
953 'base/bind_to_loop_unittest.cc', | 953 'base/bind_to_current_loop_unittest.cc', |
954 'base/bit_reader_unittest.cc', | 954 'base/bit_reader_unittest.cc', |
955 'base/callback_holder.h', | 955 'base/callback_holder.h', |
956 'base/callback_holder_unittest.cc', | 956 'base/callback_holder_unittest.cc', |
957 'base/channel_mixer_unittest.cc', | 957 'base/channel_mixer_unittest.cc', |
958 'base/clock_unittest.cc', | 958 'base/clock_unittest.cc', |
959 'base/container_names_unittest.cc', | 959 'base/container_names_unittest.cc', |
960 'base/data_buffer_unittest.cc', | 960 'base/data_buffer_unittest.cc', |
961 'base/decoder_buffer_queue_unittest.cc', | 961 'base/decoder_buffer_queue_unittest.cc', |
962 'base/decoder_buffer_unittest.cc', | 962 'base/decoder_buffer_unittest.cc', |
963 'base/djb2_unittest.cc', | 963 'base/djb2_unittest.cc', |
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1649 ], | 1649 ], |
1650 }], | 1650 }], |
1651 ], | 1651 ], |
1652 }], | 1652 }], |
1653 ], | 1653 ], |
1654 }, | 1654 }, |
1655 ], | 1655 ], |
1656 }], | 1656 }], |
1657 ], | 1657 ], |
1658 } | 1658 } |
OLD | NEW |