Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: media/media.gyp

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename GpuJpegDecodeAcceleratorAdapter to GpuJpegDecoder Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'video/capture/win/video_capture_device_mf_win.cc', 614 'video/capture/win/video_capture_device_mf_win.cc',
615 'video/capture/win/video_capture_device_mf_win.h', 615 'video/capture/win/video_capture_device_mf_win.h',
616 'video/capture/win/video_capture_device_win.cc', 616 'video/capture/win/video_capture_device_win.cc',
617 'video/capture/win/video_capture_device_win.h', 617 'video/capture/win/video_capture_device_win.h',
618 'video/fake_video_encode_accelerator.cc', 618 'video/fake_video_encode_accelerator.cc',
619 'video/fake_video_encode_accelerator.h', 619 'video/fake_video_encode_accelerator.h',
620 'video/h264_poc.cc', 620 'video/h264_poc.cc',
621 'video/h264_poc.h', 621 'video/h264_poc.h',
622 'video/picture.cc', 622 'video/picture.cc',
623 'video/picture.h', 623 'video/picture.h',
624 'video/jpeg_decode_accelerator.cc',
625 'video/jpeg_decode_accelerator.h',
624 'video/video_decode_accelerator.cc', 626 'video/video_decode_accelerator.cc',
625 'video/video_decode_accelerator.h', 627 'video/video_decode_accelerator.h',
626 'video/video_encode_accelerator.cc', 628 'video/video_encode_accelerator.cc',
627 'video/video_encode_accelerator.h', 629 'video/video_encode_accelerator.h',
628 'formats/webm/webm_webvtt_parser.h' 630 'formats/webm/webm_webvtt_parser.h'
629 ], 631 ],
630 'direct_dependent_settings': { 632 'direct_dependent_settings': {
631 'include_dirs': [ 633 'include_dirs': [
632 '..', 634 '..',
633 ], 635 ],
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 '../build/isolate.gypi', 1988 '../build/isolate.gypi',
1987 ], 1989 ],
1988 'sources': [ 1990 'sources': [
1989 'media_unittests.isolate', 1991 'media_unittests.isolate',
1990 ], 1992 ],
1991 }, 1993 },
1992 ], 1994 ],
1993 }], 1995 }],
1994 ], 1996 ],
1995 } 1997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698