| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'base/message_loop_factory.cc', | 211 'base/message_loop_factory.cc', |
| 212 'base/message_loop_factory.h', | 212 'base/message_loop_factory.h', |
| 213 'base/multi_channel_resampler.cc', | 213 'base/multi_channel_resampler.cc', |
| 214 'base/multi_channel_resampler.h', | 214 'base/multi_channel_resampler.h', |
| 215 'base/pipeline.cc', | 215 'base/pipeline.cc', |
| 216 'base/pipeline.h', | 216 'base/pipeline.h', |
| 217 'base/pipeline_status.cc', | 217 'base/pipeline_status.cc', |
| 218 'base/pipeline_status.h', | 218 'base/pipeline_status.h', |
| 219 'base/ranges.cc', | 219 'base/ranges.cc', |
| 220 'base/ranges.h', | 220 'base/ranges.h', |
| 221 'base/rtc_audio_renderer.cc', |
| 222 'base/rtc_audio_renderer.h', |
| 221 'base/seekable_buffer.cc', | 223 'base/seekable_buffer.cc', |
| 222 'base/seekable_buffer.h', | 224 'base/seekable_buffer.h', |
| 223 'base/serial_runner.cc', | 225 'base/serial_runner.cc', |
| 224 'base/serial_runner.h', | 226 'base/serial_runner.h', |
| 225 'base/sinc_resampler.cc', | 227 'base/sinc_resampler.cc', |
| 226 'base/sinc_resampler.h', | 228 'base/sinc_resampler.h', |
| 227 'base/stream_parser.cc', | 229 'base/stream_parser.cc', |
| 228 'base/stream_parser.h', | 230 'base/stream_parser.h', |
| 229 'base/stream_parser_buffer.cc', | 231 'base/stream_parser_buffer.cc', |
| 230 'base/stream_parser_buffer.h', | 232 'base/stream_parser_buffer.h', |
| (...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1311 'media', | 1313 'media', |
| 1312 ], | 1314 ], |
| 1313 'sources': [ | 1315 'sources': [ |
| 1314 'tools/media_bench/media_bench.cc', | 1316 'tools/media_bench/media_bench.cc', |
| 1315 ], | 1317 ], |
| 1316 }, | 1318 }, |
| 1317 ], | 1319 ], |
| 1318 }] | 1320 }] |
| 1319 ], | 1321 ], |
| 1320 } | 1322 } |
| OLD | NEW |