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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'video/capture/win/filter_base_win.h', | 234 'video/capture/win/filter_base_win.h', |
235 'video/capture/win/pin_base_win.cc', | 235 'video/capture/win/pin_base_win.cc', |
236 'video/capture/win/pin_base_win.h', | 236 'video/capture/win/pin_base_win.h', |
237 'video/capture/win/sink_filter_observer_win.h', | 237 'video/capture/win/sink_filter_observer_win.h', |
238 'video/capture/win/sink_filter_win.cc', | 238 'video/capture/win/sink_filter_win.cc', |
239 'video/capture/win/sink_filter_win.h', | 239 'video/capture/win/sink_filter_win.h', |
240 'video/capture/win/sink_input_pin_win.cc', | 240 'video/capture/win/sink_input_pin_win.cc', |
241 'video/capture/win/sink_input_pin_win.h', | 241 'video/capture/win/sink_input_pin_win.h', |
242 'video/capture/win/video_capture_device_win.cc', | 242 'video/capture/win/video_capture_device_win.cc', |
243 'video/capture/win/video_capture_device_win.h', | 243 'video/capture/win/video_capture_device_win.h', |
244 'video/ffmpeg_video_decode_engine.cc', | |
245 'video/ffmpeg_video_decode_engine.h', | |
246 'video/picture.cc', | 244 'video/picture.cc', |
247 'video/picture.h', | 245 'video/picture.h', |
248 'video/video_decode_accelerator.cc', | 246 'video/video_decode_accelerator.cc', |
249 'video/video_decode_accelerator.h', | 247 'video/video_decode_accelerator.h', |
250 'video/video_decode_engine.h', | |
251 'webm/webm_constants.h', | 248 'webm/webm_constants.h', |
252 'webm/webm_cluster_parser.cc', | 249 'webm/webm_cluster_parser.cc', |
253 'webm/webm_cluster_parser.h', | 250 'webm/webm_cluster_parser.h', |
254 'webm/webm_info_parser.cc', | 251 'webm/webm_info_parser.cc', |
255 'webm/webm_info_parser.h', | 252 'webm/webm_info_parser.h', |
256 'webm/webm_parser.cc', | 253 'webm/webm_parser.cc', |
257 'webm/webm_parser.h', | 254 'webm/webm_parser.h', |
258 'webm/webm_tracks_parser.cc', | 255 'webm/webm_tracks_parser.cc', |
259 'webm/webm_tracks_parser.h', | 256 'webm/webm_tracks_parser.h', |
260 ], | 257 ], |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'filters/ffmpeg_demuxer.cc', | 289 'filters/ffmpeg_demuxer.cc', |
293 'filters/ffmpeg_demuxer.h', | 290 'filters/ffmpeg_demuxer.h', |
294 'filters/ffmpeg_demuxer_factory.cc', | 291 'filters/ffmpeg_demuxer_factory.cc', |
295 'filters/ffmpeg_demuxer_factory.h', | 292 'filters/ffmpeg_demuxer_factory.h', |
296 'filters/ffmpeg_h264_bitstream_converter.cc', | 293 'filters/ffmpeg_h264_bitstream_converter.cc', |
297 'filters/ffmpeg_h264_bitstream_converter.h', | 294 'filters/ffmpeg_h264_bitstream_converter.h', |
298 'filters/ffmpeg_glue.cc', | 295 'filters/ffmpeg_glue.cc', |
299 'filters/ffmpeg_glue.h', | 296 'filters/ffmpeg_glue.h', |
300 'filters/ffmpeg_video_decoder.cc', | 297 'filters/ffmpeg_video_decoder.cc', |
301 'filters/ffmpeg_video_decoder.h', | 298 'filters/ffmpeg_video_decoder.h', |
302 'video/ffmpeg_video_decode_engine.cc', | |
303 'video/ffmpeg_video_decode_engine.h', | |
304 ], | 299 ], |
305 }], | 300 }], |
306 # The below 'android' condition were added temporarily and should be | 301 # The below 'android' condition were added temporarily and should be |
307 # removed in downstream, because there is no Java environment setup in | 302 # removed in downstream, because there is no Java environment setup in |
308 # upstream yet. | 303 # upstream yet. |
309 ['OS == "android"', { | 304 ['OS == "android"', { |
310 'sources!':[ | 305 'sources!':[ |
311 'audio/android/audio_track_output_android.cc', | 306 'audio/android/audio_track_output_android.cc', |
312 ], | 307 ], |
313 'sources':[ | 308 'sources':[ |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 906 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
912 ], | 907 ], |
913 'sources': [ | 908 'sources': [ |
914 'tools/media_bench/media_bench.cc', | 909 'tools/media_bench/media_bench.cc', |
915 ], | 910 ], |
916 }, | 911 }, |
917 ], | 912 ], |
918 }] | 913 }] |
919 ], | 914 ], |
920 } | 915 } |
OLD | NEW |