| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'base/mime_util_internal.h', | 382 'base/mime_util_internal.h', |
| 383 'base/moving_average.cc', | 383 'base/moving_average.cc', |
| 384 'base/moving_average.h', | 384 'base/moving_average.h', |
| 385 'base/multi_channel_resampler.cc', | 385 'base/multi_channel_resampler.cc', |
| 386 'base/multi_channel_resampler.h', | 386 'base/multi_channel_resampler.h', |
| 387 'base/null_video_sink.cc', | 387 'base/null_video_sink.cc', |
| 388 'base/null_video_sink.h', | 388 'base/null_video_sink.h', |
| 389 'base/output_device_info.cc', | 389 'base/output_device_info.cc', |
| 390 'base/output_device_info.h', | 390 'base/output_device_info.h', |
| 391 'base/pipeline.h', | 391 'base/pipeline.h', |
| 392 'base/pipeline_client.h', |
| 392 'base/pipeline_impl.cc', | 393 'base/pipeline_impl.cc', |
| 393 'base/pipeline_impl.h', | 394 'base/pipeline_impl.h', |
| 394 'base/pipeline_status.h', | 395 'base/pipeline_status.h', |
| 395 'base/player_tracker.cc', | 396 'base/player_tracker.cc', |
| 396 'base/player_tracker.h', | 397 'base/player_tracker.h', |
| 397 'base/ranges.cc', | 398 'base/ranges.cc', |
| 398 'base/ranges.h', | 399 'base/ranges.h', |
| 399 'base/renderer.cc', | 400 'base/renderer.cc', |
| 400 'base/renderer.h', | 401 'base/renderer.h', |
| 401 'base/renderer_factory.cc', | 402 'base/renderer_factory.cc', |
| (...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 'dependencies': [ | 2070 'dependencies': [ |
| 2070 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2071 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2071 ], | 2072 ], |
| 2072 }], | 2073 }], |
| 2073 ], | 2074 ], |
| 2074 }, | 2075 }, |
| 2075 ], | 2076 ], |
| 2076 }], | 2077 }], |
| 2077 ], | 2078 ], |
| 2078 } | 2079 } |
| OLD | NEW |