| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'crypto/aes_decryptor.cc', | 318 'crypto/aes_decryptor.cc', |
| 319 'crypto/aes_decryptor.h', | 319 'crypto/aes_decryptor.h', |
| 320 'ffmpeg/ffmpeg_common.cc', | 320 'ffmpeg/ffmpeg_common.cc', |
| 321 'ffmpeg/ffmpeg_common.h', | 321 'ffmpeg/ffmpeg_common.h', |
| 322 'filters/audio_decoder_selector.cc', | 322 'filters/audio_decoder_selector.cc', |
| 323 'filters/audio_decoder_selector.h', | 323 'filters/audio_decoder_selector.h', |
| 324 'filters/audio_file_reader.cc', | 324 'filters/audio_file_reader.cc', |
| 325 'filters/audio_file_reader.h', | 325 'filters/audio_file_reader.h', |
| 326 'filters/audio_renderer_algorithm.cc', | 326 'filters/audio_renderer_algorithm.cc', |
| 327 'filters/audio_renderer_algorithm.h', | 327 'filters/audio_renderer_algorithm.h', |
| 328 'filters/audio_renderer_algorithm_util.cc', |
| 329 'filters/audio_renderer_algorithm_util.h', |
| 328 'filters/audio_renderer_impl.cc', | 330 'filters/audio_renderer_impl.cc', |
| 329 'filters/audio_renderer_impl.h', | 331 'filters/audio_renderer_impl.h', |
| 330 'filters/blocking_url_protocol.cc', | 332 'filters/blocking_url_protocol.cc', |
| 331 'filters/blocking_url_protocol.h', | 333 'filters/blocking_url_protocol.h', |
| 332 'filters/chunk_demuxer.cc', | 334 'filters/chunk_demuxer.cc', |
| 333 'filters/chunk_demuxer.h', | 335 'filters/chunk_demuxer.h', |
| 334 'filters/decrypting_audio_decoder.cc', | 336 'filters/decrypting_audio_decoder.cc', |
| 335 'filters/decrypting_audio_decoder.h', | 337 'filters/decrypting_audio_decoder.h', |
| 336 'filters/decrypting_demuxer_stream.cc', | 338 'filters/decrypting_demuxer_stream.cc', |
| 337 'filters/decrypting_demuxer_stream.h', | 339 'filters/decrypting_demuxer_stream.h', |
| (...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1620 'sources': [ | 1622 'sources': [ |
| 1621 'tools/media_bench/media_bench.cc', | 1623 'tools/media_bench/media_bench.cc', |
| 1622 ], | 1624 ], |
| 1623 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1625 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1624 'msvs_disabled_warnings': [ 4267, ], | 1626 'msvs_disabled_warnings': [ 4267, ], |
| 1625 }, | 1627 }, |
| 1626 ], | 1628 ], |
| 1627 }], | 1629 }], |
| 1628 ], | 1630 ], |
| 1629 } | 1631 } |
| OLD | NEW |