| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'base/filter_collection.cc', | 218 'base/filter_collection.cc', |
| 219 'base/filter_collection.h', | 219 'base/filter_collection.h', |
| 220 'base/media.h', | 220 'base/media.h', |
| 221 'base/media_log.cc', | 221 'base/media_log.cc', |
| 222 'base/media_log.h', | 222 'base/media_log.h', |
| 223 'base/media_log_event.h', | 223 'base/media_log_event.h', |
| 224 'base/media_posix.cc', | 224 'base/media_posix.cc', |
| 225 'base/media_switches.cc', | 225 'base/media_switches.cc', |
| 226 'base/media_switches.h', | 226 'base/media_switches.h', |
| 227 'base/media_win.cc', | 227 'base/media_win.cc', |
| 228 'base/message_loop_factory.cc', | |
| 229 'base/message_loop_factory.h', | |
| 230 'base/multi_channel_resampler.cc', | 228 'base/multi_channel_resampler.cc', |
| 231 'base/multi_channel_resampler.h', | 229 'base/multi_channel_resampler.h', |
| 232 'base/pipeline.cc', | 230 'base/pipeline.cc', |
| 233 'base/pipeline.h', | 231 'base/pipeline.h', |
| 234 'base/pipeline_status.cc', | 232 'base/pipeline_status.cc', |
| 235 'base/pipeline_status.h', | 233 'base/pipeline_status.h', |
| 236 'base/ranges.cc', | 234 'base/ranges.cc', |
| 237 'base/ranges.h', | 235 'base/ranges.h', |
| 238 'base/seekable_buffer.cc', | 236 'base/seekable_buffer.cc', |
| 239 'base/seekable_buffer.h', | 237 'base/seekable_buffer.h', |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 'media', | 1353 'media', |
| 1356 ], | 1354 ], |
| 1357 'sources': [ | 1355 'sources': [ |
| 1358 'tools/media_bench/media_bench.cc', | 1356 'tools/media_bench/media_bench.cc', |
| 1359 ], | 1357 ], |
| 1360 }, | 1358 }, |
| 1361 ], | 1359 ], |
| 1362 }] | 1360 }] |
| 1363 ], | 1361 ], |
| 1364 } | 1362 } |
| OLD | NEW |