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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'base/audio_renderer_mixer.h', | 148 'base/audio_renderer_mixer.h', |
149 'base/audio_renderer_mixer_input.cc', | 149 'base/audio_renderer_mixer_input.cc', |
150 'base/audio_renderer_mixer_input.h', | 150 'base/audio_renderer_mixer_input.h', |
151 'base/bitstream_buffer.h', | 151 'base/bitstream_buffer.h', |
152 'base/bit_reader.cc', | 152 'base/bit_reader.cc', |
153 'base/bit_reader.h', | 153 'base/bit_reader.h', |
154 'base/buffers.cc', | 154 'base/buffers.cc', |
155 'base/buffers.h', | 155 'base/buffers.h', |
156 'base/byte_queue.cc', | 156 'base/byte_queue.cc', |
157 'base/byte_queue.h', | 157 'base/byte_queue.h', |
158 'base/callback_util.cc', | |
159 'base/callback_util.h', | |
160 'base/channel_layout.cc', | 158 'base/channel_layout.cc', |
161 'base/channel_layout.h', | 159 'base/channel_layout.h', |
162 'base/clock.cc', | 160 'base/clock.cc', |
163 'base/clock.h', | 161 'base/clock.h', |
164 'base/data_buffer.cc', | 162 'base/data_buffer.cc', |
165 'base/data_buffer.h', | 163 'base/data_buffer.h', |
166 'base/data_source.cc', | 164 'base/data_source.cc', |
167 'base/data_source.h', | 165 'base/data_source.h', |
168 'base/decoder_buffer.cc', | 166 'base/decoder_buffer.cc', |
169 'base/decoder_buffer.h', | 167 'base/decoder_buffer.h', |
(...skipping 24 matching lines...) Expand all Loading... |
194 'base/multi_channel_resampler.cc', | 192 'base/multi_channel_resampler.cc', |
195 'base/multi_channel_resampler.h', | 193 'base/multi_channel_resampler.h', |
196 'base/pipeline.cc', | 194 'base/pipeline.cc', |
197 'base/pipeline.h', | 195 'base/pipeline.h', |
198 'base/pipeline_status.cc', | 196 'base/pipeline_status.cc', |
199 'base/pipeline_status.h', | 197 'base/pipeline_status.h', |
200 'base/ranges.cc', | 198 'base/ranges.cc', |
201 'base/ranges.h', | 199 'base/ranges.h', |
202 'base/seekable_buffer.cc', | 200 'base/seekable_buffer.cc', |
203 'base/seekable_buffer.h', | 201 'base/seekable_buffer.h', |
| 202 'base/serial_runner.cc', |
| 203 'base/serial_runner.h', |
204 'base/sinc_resampler.cc', | 204 'base/sinc_resampler.cc', |
205 'base/sinc_resampler.h', | 205 'base/sinc_resampler.h', |
206 'base/stream_parser.cc', | 206 'base/stream_parser.cc', |
207 'base/stream_parser.h', | 207 'base/stream_parser.h', |
208 'base/stream_parser_buffer.cc', | 208 'base/stream_parser_buffer.cc', |
209 'base/stream_parser_buffer.h', | 209 'base/stream_parser_buffer.h', |
210 'base/video_decoder.cc', | 210 'base/video_decoder.cc', |
211 'base/video_decoder.h', | 211 'base/video_decoder.h', |
212 'base/video_decoder_config.cc', | 212 'base/video_decoder_config.cc', |
213 'base/video_decoder_config.h', | 213 'base/video_decoder_config.h', |
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 'media', | 1158 'media', |
1159 ], | 1159 ], |
1160 'sources': [ | 1160 'sources': [ |
1161 'tools/media_bench/media_bench.cc', | 1161 'tools/media_bench/media_bench.cc', |
1162 ], | 1162 ], |
1163 }, | 1163 }, |
1164 ], | 1164 ], |
1165 }] | 1165 }] |
1166 ], | 1166 ], |
1167 } | 1167 } |
OLD | NEW |