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 cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'base/moving_average.h', | 391 'base/moving_average.h', |
392 'base/multi_channel_resampler.cc', | 392 'base/multi_channel_resampler.cc', |
393 'base/multi_channel_resampler.h', | 393 'base/multi_channel_resampler.h', |
394 'base/null_video_sink.cc', | 394 'base/null_video_sink.cc', |
395 'base/null_video_sink.h', | 395 'base/null_video_sink.h', |
396 'base/output_device_info.cc', | 396 'base/output_device_info.cc', |
397 'base/output_device_info.h', | 397 'base/output_device_info.h', |
398 'base/pipeline.h', | 398 'base/pipeline.h', |
399 'base/pipeline_impl.cc', | 399 'base/pipeline_impl.cc', |
400 'base/pipeline_impl.h', | 400 'base/pipeline_impl.h', |
| 401 'base/pipeline_metadata.h', |
401 'base/pipeline_status.h', | 402 'base/pipeline_status.h', |
402 'base/player_tracker.cc', | 403 'base/player_tracker.cc', |
403 'base/player_tracker.h', | 404 'base/player_tracker.h', |
404 'base/ranges.cc', | 405 'base/ranges.cc', |
405 'base/ranges.h', | 406 'base/ranges.h', |
406 'base/renderer.cc', | 407 'base/renderer.cc', |
407 'base/renderer.h', | 408 'base/renderer.h', |
408 'base/renderer_factory.cc', | 409 'base/renderer_factory.cc', |
409 'base/renderer_factory.h', | 410 'base/renderer_factory.h', |
410 'base/sample_format.cc', | 411 'base/sample_format.cc', |
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2280 'dependencies': [ | 2281 'dependencies': [ |
2281 '../build/linux/system.gyp:libdrm', | 2282 '../build/linux/system.gyp:libdrm', |
2282 ] | 2283 ] |
2283 }], | 2284 }], |
2284 ], | 2285 ], |
2285 } | 2286 } |
2286 ] | 2287 ] |
2287 }], | 2288 }], |
2288 ], | 2289 ], |
2289 } | 2290 } |
OLD | NEW |