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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'base/bitstream_buffer.h', | 232 'base/bitstream_buffer.h', |
233 'base/bit_reader.cc', | 233 'base/bit_reader.cc', |
234 'base/bit_reader.h', | 234 'base/bit_reader.h', |
235 'base/buffers.h', | 235 'base/buffers.h', |
236 'base/byte_queue.cc', | 236 'base/byte_queue.cc', |
237 'base/byte_queue.h', | 237 'base/byte_queue.h', |
238 'base/channel_mixer.cc', | 238 'base/channel_mixer.cc', |
239 'base/channel_mixer.h', | 239 'base/channel_mixer.h', |
240 'base/clock.cc', | 240 'base/clock.cc', |
241 'base/clock.h', | 241 'base/clock.h', |
| 242 'base/container_names.cc', |
| 243 'base/container_names.h', |
242 'base/data_buffer.cc', | 244 'base/data_buffer.cc', |
243 'base/data_buffer.h', | 245 'base/data_buffer.h', |
244 'base/data_source.cc', | 246 'base/data_source.cc', |
245 'base/data_source.h', | 247 'base/data_source.h', |
246 'base/decoder_buffer.cc', | 248 'base/decoder_buffer.cc', |
247 'base/decoder_buffer.h', | 249 'base/decoder_buffer.h', |
248 'base/decoder_buffer_queue.cc', | 250 'base/decoder_buffer_queue.cc', |
249 'base/decoder_buffer_queue.h', | 251 'base/decoder_buffer_queue.h', |
250 'base/decryptor.cc', | 252 'base/decryptor.cc', |
251 'base/decryptor.h', | 253 'base/decryptor.h', |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'base/audio_hash_unittest.cc', | 944 'base/audio_hash_unittest.cc', |
943 'base/audio_pull_fifo_unittest.cc', | 945 'base/audio_pull_fifo_unittest.cc', |
944 'base/audio_renderer_mixer_input_unittest.cc', | 946 'base/audio_renderer_mixer_input_unittest.cc', |
945 'base/audio_renderer_mixer_unittest.cc', | 947 'base/audio_renderer_mixer_unittest.cc', |
946 'base/audio_splicer_unittest.cc', | 948 'base/audio_splicer_unittest.cc', |
947 'base/audio_timestamp_helper_unittest.cc', | 949 'base/audio_timestamp_helper_unittest.cc', |
948 'base/bind_to_loop_unittest.cc', | 950 'base/bind_to_loop_unittest.cc', |
949 'base/bit_reader_unittest.cc', | 951 'base/bit_reader_unittest.cc', |
950 'base/channel_mixer_unittest.cc', | 952 'base/channel_mixer_unittest.cc', |
951 'base/clock_unittest.cc', | 953 'base/clock_unittest.cc', |
| 954 'base/container_names_unittest.cc', |
952 'base/data_buffer_unittest.cc', | 955 'base/data_buffer_unittest.cc', |
953 'base/decoder_buffer_queue_unittest.cc', | 956 'base/decoder_buffer_queue_unittest.cc', |
954 'base/decoder_buffer_unittest.cc', | 957 'base/decoder_buffer_unittest.cc', |
955 'base/djb2_unittest.cc', | 958 'base/djb2_unittest.cc', |
956 'base/gmock_callback_support_unittest.cc', | 959 'base/gmock_callback_support_unittest.cc', |
957 'base/multi_channel_resampler_unittest.cc', | 960 'base/multi_channel_resampler_unittest.cc', |
958 'base/pipeline_unittest.cc', | 961 'base/pipeline_unittest.cc', |
959 'base/ranges_unittest.cc', | 962 'base/ranges_unittest.cc', |
960 'base/run_all_unittests.cc', | 963 'base/run_all_unittests.cc', |
961 'base/seekable_buffer_unittest.cc', | 964 'base/seekable_buffer_unittest.cc', |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 ], | 1719 ], |
1717 'sources': [ | 1720 'sources': [ |
1718 'base/simd/sinc_resampler_sse.cc', | 1721 'base/simd/sinc_resampler_sse.cc', |
1719 'base/simd/vector_math_sse.cc', | 1722 'base/simd/vector_math_sse.cc', |
1720 ], | 1723 ], |
1721 }, # end of target media_sse | 1724 }, # end of target media_sse |
1722 ], | 1725 ], |
1723 }], | 1726 }], |
1724 ], | 1727 ], |
1725 } | 1728 } |
OLD | NEW |