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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'filters/video_renderer_base.cc', | 378 'filters/video_renderer_base.cc', |
379 'filters/video_renderer_base.h', | 379 'filters/video_renderer_base.h', |
380 'filters/vpx_video_decoder.cc', | 380 'filters/vpx_video_decoder.cc', |
381 'filters/vpx_video_decoder.h', | 381 'filters/vpx_video_decoder.h', |
382 'midi/midi_manager.cc', | 382 'midi/midi_manager.cc', |
383 'midi/midi_manager.h', | 383 'midi/midi_manager.h', |
384 'midi/midi_manager_mac.cc', | 384 'midi/midi_manager_mac.cc', |
385 'midi/midi_manager_mac.h', | 385 'midi/midi_manager_mac.h', |
386 'midi/midi_port_info.cc', | 386 'midi/midi_port_info.cc', |
387 'midi/midi_port_info.h', | 387 'midi/midi_port_info.h', |
| 388 'mpeg2/es_parser.h', |
| 389 'mpeg2/es_parser_adts.cc', |
| 390 'mpeg2/es_parser_adts.h', |
| 391 'mpeg2/es_parser_h264.cc', |
| 392 'mpeg2/es_parser_h264.h', |
| 393 'mpeg2/mpeg2ts_common.h', |
| 394 'mpeg2/mpeg2ts_crc.cc', |
| 395 'mpeg2/mpeg2ts_crc.h', |
| 396 'mpeg2/mpeg2ts_pat.cc', |
| 397 'mpeg2/mpeg2ts_pat.h', |
| 398 'mpeg2/mpeg2ts_pes.cc', |
| 399 'mpeg2/mpeg2ts_pes.h', |
| 400 'mpeg2/mpeg2ts_pmt.cc', |
| 401 'mpeg2/mpeg2ts_pmt.h', |
| 402 'mpeg2/mpeg2ts_psi.cc', |
| 403 'mpeg2/mpeg2ts_psi.h', |
| 404 'mpeg2/mpeg2ts_stream_parser.cc', |
| 405 'mpeg2/mpeg2ts_stream_parser.h', |
| 406 'mpeg2/ts_packet.cc', |
| 407 'mpeg2/ts_packet.h', |
388 'video/capture/android/video_capture_device_android.cc', | 408 'video/capture/android/video_capture_device_android.cc', |
389 'video/capture/android/video_capture_device_android.h', | 409 'video/capture/android/video_capture_device_android.h', |
390 'video/capture/fake_video_capture_device.cc', | 410 'video/capture/fake_video_capture_device.cc', |
391 'video/capture/fake_video_capture_device.h', | 411 'video/capture/fake_video_capture_device.h', |
392 'video/capture/linux/video_capture_device_linux.cc', | 412 'video/capture/linux/video_capture_device_linux.cc', |
393 'video/capture/linux/video_capture_device_linux.h', | 413 'video/capture/linux/video_capture_device_linux.h', |
394 'video/capture/mac/video_capture_device_mac.h', | 414 'video/capture/mac/video_capture_device_mac.h', |
395 'video/capture/mac/video_capture_device_mac.mm', | 415 'video/capture/mac/video_capture_device_mac.mm', |
396 'video/capture/mac/video_capture_device_qtkit_mac.h', | 416 'video/capture/mac/video_capture_device_qtkit_mac.h', |
397 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 417 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1676 'sources': [ | 1696 'sources': [ |
1677 'tools/media_bench/media_bench.cc', | 1697 'tools/media_bench/media_bench.cc', |
1678 ], | 1698 ], |
1679 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1680 'msvs_disabled_warnings': [ 4267, ], | 1700 'msvs_disabled_warnings': [ 4267, ], |
1681 }, | 1701 }, |
1682 ], | 1702 ], |
1683 }], | 1703 }], |
1684 ], | 1704 ], |
1685 } | 1705 } |
OLD | NEW |