| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'base/yuv_convert.cc', | 339 'base/yuv_convert.cc', |
| 340 'base/yuv_convert.h', | 340 'base/yuv_convert.h', |
| 341 'cdm/aes_decryptor.cc', | 341 'cdm/aes_decryptor.cc', |
| 342 'cdm/aes_decryptor.h', | 342 'cdm/aes_decryptor.h', |
| 343 'cdm/json_web_key.cc', | 343 'cdm/json_web_key.cc', |
| 344 'cdm/json_web_key.h', | 344 'cdm/json_web_key.h', |
| 345 'cdm/key_system_names.cc', | 345 'cdm/key_system_names.cc', |
| 346 'cdm/key_system_names.h', | 346 'cdm/key_system_names.h', |
| 347 'ffmpeg/ffmpeg_common.cc', | 347 'ffmpeg/ffmpeg_common.cc', |
| 348 'ffmpeg/ffmpeg_common.h', | 348 'ffmpeg/ffmpeg_common.h', |
| 349 'ffmpeg/ffmpeg_deleters.h', |
| 349 'filters/audio_file_reader.cc', | 350 'filters/audio_file_reader.cc', |
| 350 'filters/audio_file_reader.h', | 351 'filters/audio_file_reader.h', |
| 351 'filters/audio_renderer_algorithm.cc', | 352 'filters/audio_renderer_algorithm.cc', |
| 352 'filters/audio_renderer_algorithm.h', | 353 'filters/audio_renderer_algorithm.h', |
| 353 'filters/audio_renderer_impl.cc', | 354 'filters/audio_renderer_impl.cc', |
| 354 'filters/audio_renderer_impl.h', | 355 'filters/audio_renderer_impl.h', |
| 355 'filters/blocking_url_protocol.cc', | 356 'filters/blocking_url_protocol.cc', |
| 356 'filters/blocking_url_protocol.h', | 357 'filters/blocking_url_protocol.h', |
| 357 'filters/chunk_demuxer.cc', | 358 'filters/chunk_demuxer.cc', |
| 358 'filters/chunk_demuxer.h', | 359 'filters/chunk_demuxer.h', |
| (...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1693 ], | 1694 ], |
| 1694 }], | 1695 }], |
| 1695 ], | 1696 ], |
| 1696 }], | 1697 }], |
| 1697 ], | 1698 ], |
| 1698 }, | 1699 }, |
| 1699 ], | 1700 ], |
| 1700 }], | 1701 }], |
| 1701 ], | 1702 ], |
| 1702 } | 1703 } |
| OLD | NEW |