| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'filters/file_data_source_factory.cc', | 205 'filters/file_data_source_factory.cc', |
| 206 'filters/file_data_source_factory.h', | 206 'filters/file_data_source_factory.h', |
| 207 'filters/gpu_video_decoder.cc', | 207 'filters/gpu_video_decoder.cc', |
| 208 'filters/gpu_video_decoder.h', | 208 'filters/gpu_video_decoder.h', |
| 209 'filters/in_memory_url_protocol.cc', | 209 'filters/in_memory_url_protocol.cc', |
| 210 'filters/in_memory_url_protocol.h', | 210 'filters/in_memory_url_protocol.h', |
| 211 'filters/null_audio_renderer.cc', | 211 'filters/null_audio_renderer.cc', |
| 212 'filters/null_audio_renderer.h', | 212 'filters/null_audio_renderer.h', |
| 213 'filters/reference_audio_renderer.cc', | 213 'filters/reference_audio_renderer.cc', |
| 214 'filters/reference_audio_renderer.h', | 214 'filters/reference_audio_renderer.h', |
| 215 'filters/video_frame_generator.cc', |
| 216 'filters/video_frame_generator.h', |
| 215 'filters/video_renderer_base.cc', | 217 'filters/video_renderer_base.cc', |
| 216 'filters/video_renderer_base.h', | 218 'filters/video_renderer_base.h', |
| 217 'video/capture/fake_video_capture_device.cc', | 219 'video/capture/fake_video_capture_device.cc', |
| 218 'video/capture/fake_video_capture_device.h', | 220 'video/capture/fake_video_capture_device.h', |
| 219 'video/capture/linux/video_capture_device_linux.cc', | 221 'video/capture/linux/video_capture_device_linux.cc', |
| 220 'video/capture/linux/video_capture_device_linux.h', | 222 'video/capture/linux/video_capture_device_linux.h', |
| 221 'video/capture/mac/video_capture_device_mac.h', | 223 'video/capture/mac/video_capture_device_mac.h', |
| 222 'video/capture/mac/video_capture_device_mac.mm', | 224 'video/capture/mac/video_capture_device_mac.mm', |
| 223 'video/capture/mac/video_capture_device_qtkit_mac.h', | 225 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 224 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 226 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 902 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 901 ], | 903 ], |
| 902 'sources': [ | 904 'sources': [ |
| 903 'tools/media_bench/media_bench.cc', | 905 'tools/media_bench/media_bench.cc', |
| 904 ], | 906 ], |
| 905 }, | 907 }, |
| 906 ], | 908 ], |
| 907 }] | 909 }] |
| 908 ], | 910 ], |
| 909 } | 911 } |
| OLD | NEW |