| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'base/moving_average.h', | 393 'base/moving_average.h', |
| 394 'base/multi_channel_resampler.cc', | 394 'base/multi_channel_resampler.cc', |
| 395 'base/multi_channel_resampler.h', | 395 'base/multi_channel_resampler.h', |
| 396 'base/null_video_sink.cc', | 396 'base/null_video_sink.cc', |
| 397 'base/null_video_sink.h', | 397 'base/null_video_sink.h', |
| 398 'base/output_device_info.cc', | 398 'base/output_device_info.cc', |
| 399 'base/output_device_info.h', | 399 'base/output_device_info.h', |
| 400 'base/pipeline.h', | 400 'base/pipeline.h', |
| 401 'base/pipeline_impl.cc', | 401 'base/pipeline_impl.cc', |
| 402 'base/pipeline_impl.h', | 402 'base/pipeline_impl.h', |
| 403 'base/pipeline_metadata.h', |
| 403 'base/pipeline_status.h', | 404 'base/pipeline_status.h', |
| 404 'base/player_tracker.cc', | 405 'base/player_tracker.cc', |
| 405 'base/player_tracker.h', | 406 'base/player_tracker.h', |
| 406 'base/ranges.cc', | 407 'base/ranges.cc', |
| 407 'base/ranges.h', | 408 'base/ranges.h', |
| 408 'base/renderer.cc', | 409 'base/renderer.cc', |
| 409 'base/renderer.h', | 410 'base/renderer.h', |
| 410 'base/renderer_factory.cc', | 411 'base/renderer_factory.cc', |
| 411 'base/renderer_factory.h', | 412 'base/renderer_factory.h', |
| 412 'base/sample_format.cc', | 413 'base/sample_format.cc', |
| (...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2282 'dependencies': [ | 2283 'dependencies': [ |
| 2283 '../build/linux/system.gyp:libdrm', | 2284 '../build/linux/system.gyp:libdrm', |
| 2284 ] | 2285 ] |
| 2285 }], | 2286 }], |
| 2286 ], | 2287 ], |
| 2287 } | 2288 } |
| 2288 ] | 2289 ] |
| 2289 }], | 2290 }], |
| 2290 ], | 2291 ], |
| 2291 } | 2292 } |
| OLD | NEW |