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

Side by Side Diff: content/content_common.gypi

Issue 825843002: Add JPEG decoder for VAAPI JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-vaapi-jpeg-parser
Patch Set: addressed wuchengli's comments Created 5 years, 11 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 'dependencies': [ 858 'dependencies': [
859 '../media/media.gyp:media', 859 '../media/media.gyp:media',
860 '../third_party/libyuv/libyuv.gyp:libyuv', 860 '../third_party/libyuv/libyuv.gyp:libyuv',
861 ], 861 ],
862 'sources': [ 862 'sources': [
863 'common/gpu/media/va_surface.h', 863 'common/gpu/media/va_surface.h',
864 'common/gpu/media/vaapi_h264_decoder.cc', 864 'common/gpu/media/vaapi_h264_decoder.cc',
865 'common/gpu/media/vaapi_h264_decoder.h', 865 'common/gpu/media/vaapi_h264_decoder.h',
866 'common/gpu/media/vaapi_h264_dpb.cc', 866 'common/gpu/media/vaapi_h264_dpb.cc',
867 'common/gpu/media/vaapi_h264_dpb.h', 867 'common/gpu/media/vaapi_h264_dpb.h',
868 'common/gpu/media/vaapi_jpeg_decoder.cc',
869 'common/gpu/media/vaapi_jpeg_decoder.h',
868 'common/gpu/media/vaapi_picture.cc', 870 'common/gpu/media/vaapi_picture.cc',
869 'common/gpu/media/vaapi_picture.h', 871 'common/gpu/media/vaapi_picture.h',
870 'common/gpu/media/vaapi_video_decode_accelerator.cc', 872 'common/gpu/media/vaapi_video_decode_accelerator.cc',
871 'common/gpu/media/vaapi_video_decode_accelerator.h', 873 'common/gpu/media/vaapi_video_decode_accelerator.h',
872 'common/gpu/media/vaapi_video_encode_accelerator.cc', 874 'common/gpu/media/vaapi_video_encode_accelerator.cc',
873 'common/gpu/media/vaapi_video_encode_accelerator.h', 875 'common/gpu/media/vaapi_video_encode_accelerator.h',
874 'common/gpu/media/vaapi_wrapper.cc', 876 'common/gpu/media/vaapi_wrapper.cc',
875 'common/gpu/media/vaapi_wrapper.h', 877 'common/gpu/media/vaapi_wrapper.h',
876 ], 878 ],
877 'conditions': [ 879 'conditions': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1035 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1034 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1036 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1035 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1037 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1036 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1038 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1037 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1039 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1038 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1040 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1039 ], 1041 ],
1040 }], 1042 }],
1041 ], 1043 ],
1042 } 1044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698