| 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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
| 9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
| 10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'filters/ffmpeg_video_decoder.cc', | 218 'filters/ffmpeg_video_decoder.cc', |
| 219 'filters/ffmpeg_video_decoder.h', | 219 'filters/ffmpeg_video_decoder.h', |
| 220 'filters/file_data_source.cc', | 220 'filters/file_data_source.cc', |
| 221 'filters/file_data_source.h', | 221 'filters/file_data_source.h', |
| 222 'filters/gpu_video_decoder.cc', | 222 'filters/gpu_video_decoder.cc', |
| 223 'filters/gpu_video_decoder.h', | 223 'filters/gpu_video_decoder.h', |
| 224 'filters/in_memory_url_protocol.cc', | 224 'filters/in_memory_url_protocol.cc', |
| 225 'filters/in_memory_url_protocol.h', | 225 'filters/in_memory_url_protocol.h', |
| 226 'filters/source_buffer.cc', | 226 'filters/source_buffer.cc', |
| 227 'filters/source_buffer.h', | 227 'filters/source_buffer.h', |
| 228 'filters/source_buffer_stream.cc', |
| 229 'filters/source_buffer_stream.h', |
| 228 'filters/video_frame_generator.cc', | 230 'filters/video_frame_generator.cc', |
| 229 'filters/video_frame_generator.h', | 231 'filters/video_frame_generator.h', |
| 230 'filters/video_renderer_base.cc', | 232 'filters/video_renderer_base.cc', |
| 231 'filters/video_renderer_base.h', | 233 'filters/video_renderer_base.h', |
| 232 'video/capture/fake_video_capture_device.cc', | 234 'video/capture/fake_video_capture_device.cc', |
| 233 'video/capture/fake_video_capture_device.h', | 235 'video/capture/fake_video_capture_device.h', |
| 234 'video/capture/linux/video_capture_device_linux.cc', | 236 'video/capture/linux/video_capture_device_linux.cc', |
| 235 'video/capture/linux/video_capture_device_linux.h', | 237 'video/capture/linux/video_capture_device_linux.h', |
| 236 'video/capture/mac/video_capture_device_mac.h', | 238 'video/capture/mac/video_capture_device_mac.h', |
| 237 'video/capture/mac/video_capture_device_mac.mm', | 239 'video/capture/mac/video_capture_device_mac.mm', |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 'filters/chunk_demuxer_unittest.cc', | 669 'filters/chunk_demuxer_unittest.cc', |
| 668 'filters/ffmpeg_audio_decoder_unittest.cc', | 670 'filters/ffmpeg_audio_decoder_unittest.cc', |
| 669 'filters/ffmpeg_decoder_unittest.h', | 671 'filters/ffmpeg_decoder_unittest.h', |
| 670 'filters/ffmpeg_demuxer_unittest.cc', | 672 'filters/ffmpeg_demuxer_unittest.cc', |
| 671 'filters/ffmpeg_glue_unittest.cc', | 673 'filters/ffmpeg_glue_unittest.cc', |
| 672 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', | 674 'filters/ffmpeg_h264_bitstream_converter_unittest.cc', |
| 673 'filters/ffmpeg_video_decoder_unittest.cc', | 675 'filters/ffmpeg_video_decoder_unittest.cc', |
| 674 'filters/file_data_source_unittest.cc', | 676 'filters/file_data_source_unittest.cc', |
| 675 'filters/pipeline_integration_test.cc', | 677 'filters/pipeline_integration_test.cc', |
| 676 'filters/pipeline_integration_test_base.cc', | 678 'filters/pipeline_integration_test_base.cc', |
| 679 'filters/source_buffer_stream_unittest.cc', |
| 677 'filters/video_renderer_base_unittest.cc', | 680 'filters/video_renderer_base_unittest.cc', |
| 678 'video/capture/video_capture_device_unittest.cc', | 681 'video/capture/video_capture_device_unittest.cc', |
| 679 'webm/cluster_builder.cc', | 682 'webm/cluster_builder.cc', |
| 680 'webm/cluster_builder.h', | 683 'webm/cluster_builder.h', |
| 681 'webm/webm_parser_unittest.cc', | 684 'webm/webm_parser_unittest.cc', |
| 682 'webm/webm_content_encodings_client_unittest.cc', | 685 'webm/webm_content_encodings_client_unittest.cc', |
| 683 ], | 686 ], |
| 684 'conditions': [ | 687 'conditions': [ |
| 685 ['os_posix==1 and OS!="mac"', { | 688 ['os_posix==1 and OS!="mac"', { |
| 686 'conditions': [ | 689 'conditions': [ |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1050 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 1048 ], | 1051 ], |
| 1049 'sources': [ | 1052 'sources': [ |
| 1050 'tools/media_bench/media_bench.cc', | 1053 'tools/media_bench/media_bench.cc', |
| 1051 ], | 1054 ], |
| 1052 }, | 1055 }, |
| 1053 ], | 1056 ], |
| 1054 }] | 1057 }] |
| 1055 ], | 1058 ], |
| 1056 } | 1059 } |
| OLD | NEW |