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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'base/audio_decoder.cc', | 142 'base/audio_decoder.cc', |
143 'base/audio_decoder.h', | 143 'base/audio_decoder.h', |
144 'base/audio_decoder_config.cc', | 144 'base/audio_decoder_config.cc', |
145 'base/audio_decoder_config.h', | 145 'base/audio_decoder_config.h', |
146 'base/audio_renderer.cc', | 146 'base/audio_renderer.cc', |
147 'base/audio_renderer.h', | 147 'base/audio_renderer.h', |
148 'base/audio_renderer_mixer.cc', | 148 'base/audio_renderer_mixer.cc', |
149 'base/audio_renderer_mixer.h', | 149 'base/audio_renderer_mixer.h', |
150 'base/audio_renderer_mixer_input.cc', | 150 'base/audio_renderer_mixer_input.cc', |
151 'base/audio_renderer_mixer_input.h', | 151 'base/audio_renderer_mixer_input.h', |
| 152 'base/bind_to_loop.h', |
152 'base/bitstream_buffer.h', | 153 'base/bitstream_buffer.h', |
153 'base/bit_reader.cc', | 154 'base/bit_reader.cc', |
154 'base/bit_reader.h', | 155 'base/bit_reader.h', |
155 'base/buffers.cc', | 156 'base/buffers.cc', |
156 'base/buffers.h', | 157 'base/buffers.h', |
157 'base/byte_queue.cc', | 158 'base/byte_queue.cc', |
158 'base/byte_queue.h', | 159 'base/byte_queue.h', |
159 'base/channel_layout.cc', | 160 'base/channel_layout.cc', |
160 'base/channel_layout.h', | 161 'base/channel_layout.h', |
161 'base/clock.cc', | 162 'base/clock.cc', |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'audio/mac/audio_low_latency_input_mac_unittest.cc', | 696 'audio/mac/audio_low_latency_input_mac_unittest.cc', |
696 'audio/mac/audio_output_mac_unittest.cc', | 697 'audio/mac/audio_output_mac_unittest.cc', |
697 'audio/simple_sources_unittest.cc', | 698 'audio/simple_sources_unittest.cc', |
698 'audio/win/audio_low_latency_input_win_unittest.cc', | 699 'audio/win/audio_low_latency_input_win_unittest.cc', |
699 'audio/win/audio_low_latency_output_win_unittest.cc', | 700 'audio/win/audio_low_latency_output_win_unittest.cc', |
700 'audio/win/audio_output_win_unittest.cc', | 701 'audio/win/audio_output_win_unittest.cc', |
701 'base/audio_bus_unittest.cc', | 702 'base/audio_bus_unittest.cc', |
702 'base/audio_renderer_mixer_input_unittest.cc', | 703 'base/audio_renderer_mixer_input_unittest.cc', |
703 'base/audio_renderer_mixer_unittest.cc', | 704 'base/audio_renderer_mixer_unittest.cc', |
704 'base/bit_reader_unittest.cc', | 705 'base/bit_reader_unittest.cc', |
| 706 'base/bind_to_loop_unittest.cc', |
705 'base/buffers_unittest.cc', | 707 'base/buffers_unittest.cc', |
706 'base/clock_unittest.cc', | 708 'base/clock_unittest.cc', |
707 'base/data_buffer_unittest.cc', | 709 'base/data_buffer_unittest.cc', |
708 'base/decoder_buffer_unittest.cc', | 710 'base/decoder_buffer_unittest.cc', |
709 'base/djb2_unittest.cc', | 711 'base/djb2_unittest.cc', |
710 'base/filter_collection_unittest.cc', | 712 'base/filter_collection_unittest.cc', |
711 'base/multi_channel_resampler_unittest.cc', | 713 'base/multi_channel_resampler_unittest.cc', |
712 'base/pipeline_unittest.cc', | 714 'base/pipeline_unittest.cc', |
713 'base/ranges_unittest.cc', | 715 'base/ranges_unittest.cc', |
714 'base/run_all_unittests.cc', | 716 'base/run_all_unittests.cc', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1163 'media', | 1165 'media', |
1164 ], | 1166 ], |
1165 'sources': [ | 1167 'sources': [ |
1166 'tools/media_bench/media_bench.cc', | 1168 'tools/media_bench/media_bench.cc', |
1167 ], | 1169 ], |
1168 }, | 1170 }, |
1169 ], | 1171 ], |
1170 }] | 1172 }] |
1171 ], | 1173 ], |
1172 } | 1174 } |
OLD | NEW |