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