OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
10 }, | 10 }, |
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 'filters/ffmpeg_audio_decoder_unittest.cc', | 614 'filters/ffmpeg_audio_decoder_unittest.cc', |
615 'filters/ffmpeg_demuxer_unittest.cc', | 615 'filters/ffmpeg_demuxer_unittest.cc', |
616 'filters/ffmpeg_glue_unittest.cc', | 616 'filters/ffmpeg_glue_unittest.cc', |
617 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', | 617 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', |
618 'filters/ffmpeg_video_decoder_unittest.cc', | 618 'filters/ffmpeg_video_decoder_unittest.cc', |
619 'filters/file_data_source_unittest.cc', | 619 'filters/file_data_source_unittest.cc', |
620 'filters/video_renderer_base_unittest.cc', | 620 'filters/video_renderer_base_unittest.cc', |
621 'video/capture/video_capture_device_unittest.cc', | 621 'video/capture/video_capture_device_unittest.cc', |
622 'webm/cluster_builder.cc', | 622 'webm/cluster_builder.cc', |
623 'webm/cluster_builder.h', | 623 'webm/cluster_builder.h', |
624 'webm/webm_parser_unittest.cc', | |
625 ], | 624 ], |
626 'conditions': [ | 625 'conditions': [ |
627 ['os_posix==1 and OS!="mac"', { | 626 ['os_posix==1 and OS!="mac"', { |
628 'conditions': [ | 627 'conditions': [ |
629 ['linux_use_tcmalloc==1', { | 628 ['linux_use_tcmalloc==1', { |
630 'dependencies': [ | 629 'dependencies': [ |
631 '../base/allocator/allocator.gyp:allocator', | 630 '../base/allocator/allocator.gyp:allocator', |
632 ], | 631 ], |
633 }], | 632 }], |
634 ], | 633 ], |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 906 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
908 ], | 907 ], |
909 'sources': [ | 908 'sources': [ |
910 'tools/media_bench/media_bench.cc', | 909 'tools/media_bench/media_bench.cc', |
911 ], | 910 ], |
912 }, | 911 }, |
913 ], | 912 ], |
914 }] | 913 }] |
915 ], | 914 ], |
916 } | 915 } |
OLD | NEW |