| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'video/capture/win/filter_base_win.h', | 230 'video/capture/win/filter_base_win.h', |
| 231 'video/capture/win/pin_base_win.cc', | 231 'video/capture/win/pin_base_win.cc', |
| 232 'video/capture/win/pin_base_win.h', | 232 'video/capture/win/pin_base_win.h', |
| 233 'video/capture/win/sink_filter_observer_win.h', | 233 'video/capture/win/sink_filter_observer_win.h', |
| 234 'video/capture/win/sink_filter_win.cc', | 234 'video/capture/win/sink_filter_win.cc', |
| 235 'video/capture/win/sink_filter_win.h', | 235 'video/capture/win/sink_filter_win.h', |
| 236 'video/capture/win/sink_input_pin_win.cc', | 236 'video/capture/win/sink_input_pin_win.cc', |
| 237 'video/capture/win/sink_input_pin_win.h', | 237 'video/capture/win/sink_input_pin_win.h', |
| 238 'video/capture/win/video_capture_device_win.cc', | 238 'video/capture/win/video_capture_device_win.cc', |
| 239 'video/capture/win/video_capture_device_win.h', | 239 'video/capture/win/video_capture_device_win.h', |
| 240 'video/ffmpeg_video_decode_engine.cc', | |
| 241 'video/ffmpeg_video_decode_engine.h', | |
| 242 'video/picture.cc', | 240 'video/picture.cc', |
| 243 'video/picture.h', | 241 'video/picture.h', |
| 244 'video/video_decode_accelerator.cc', | 242 'video/video_decode_accelerator.cc', |
| 245 'video/video_decode_accelerator.h', | 243 'video/video_decode_accelerator.h', |
| 246 'video/video_decode_engine.h', | |
| 247 'webm/webm_constants.h', | 244 'webm/webm_constants.h', |
| 248 'webm/webm_cluster_parser.cc', | 245 'webm/webm_cluster_parser.cc', |
| 249 'webm/webm_cluster_parser.h', | 246 'webm/webm_cluster_parser.h', |
| 250 'webm/webm_info_parser.cc', | 247 'webm/webm_info_parser.cc', |
| 251 'webm/webm_info_parser.h', | 248 'webm/webm_info_parser.h', |
| 252 'webm/webm_parser.cc', | 249 'webm/webm_parser.cc', |
| 253 'webm/webm_parser.h', | 250 'webm/webm_parser.h', |
| 254 'webm/webm_tracks_parser.cc', | 251 'webm/webm_tracks_parser.cc', |
| 255 'webm/webm_tracks_parser.h', | 252 'webm/webm_tracks_parser.h', |
| 256 ], | 253 ], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 286 'filters/ffmpeg_demuxer.cc', | 283 'filters/ffmpeg_demuxer.cc', |
| 287 'filters/ffmpeg_demuxer.h', | 284 'filters/ffmpeg_demuxer.h', |
| 288 'filters/ffmpeg_demuxer_factory.cc', | 285 'filters/ffmpeg_demuxer_factory.cc', |
| 289 'filters/ffmpeg_demuxer_factory.h', | 286 'filters/ffmpeg_demuxer_factory.h', |
| 290 'filters/ffmpeg_h264_bitstream_converter.cc', | 287 'filters/ffmpeg_h264_bitstream_converter.cc', |
| 291 'filters/ffmpeg_h264_bitstream_converter.h', | 288 'filters/ffmpeg_h264_bitstream_converter.h', |
| 292 'filters/ffmpeg_glue.cc', | 289 'filters/ffmpeg_glue.cc', |
| 293 'filters/ffmpeg_glue.h', | 290 'filters/ffmpeg_glue.h', |
| 294 'filters/ffmpeg_video_decoder.cc', | 291 'filters/ffmpeg_video_decoder.cc', |
| 295 'filters/ffmpeg_video_decoder.h', | 292 'filters/ffmpeg_video_decoder.h', |
| 296 'video/ffmpeg_video_decode_engine.cc', | |
| 297 'video/ffmpeg_video_decode_engine.h', | |
| 298 ], | 293 ], |
| 299 }], | 294 }], |
| 300 ['OS=="linux" or OS=="freebsd" or OS=="solaris"', { | 295 ['OS=="linux" or OS=="freebsd" or OS=="solaris"', { |
| 301 'link_settings': { | 296 'link_settings': { |
| 302 'libraries': [ | 297 'libraries': [ |
| 303 '-lasound', | 298 '-lasound', |
| 304 ], | 299 ], |
| 305 }, | 300 }, |
| 306 }], | 301 }], |
| 307 ['OS=="openbsd"', { | 302 ['OS=="openbsd"', { |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 889 ], | 884 ], |
| 890 'sources': [ | 885 'sources': [ |
| 891 'tools/media_bench/media_bench.cc', | 886 'tools/media_bench/media_bench.cc', |
| 892 ], | 887 ], |
| 893 }, | 888 }, |
| 894 ], | 889 ], |
| 895 }] | 890 }] |
| 896 ], | 891 ], |
| 897 } | 892 } |
| OLD | NEW |