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

Side by Side Diff: content/content_common.gypi

Issue 825163004: Add Vaapi support on Ozone/Freon (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 12 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 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 ], 810 ],
811 }, 811 },
812 'sources': [ 812 'sources': [
813 'common/gpu/media/vaapi_tfp_picture.cc', 813 'common/gpu/media/vaapi_tfp_picture.cc',
814 'common/gpu/media/vaapi_tfp_picture.h', 814 'common/gpu/media/vaapi_tfp_picture.h',
815 ], 815 ],
816 }, { 816 }, {
817 'variables': { 817 'variables': {
818 'sig_files': [ 818 'sig_files': [
819 'common/gpu/media/va.sigs', 819 'common/gpu/media/va.sigs',
820 'common/gpu/media/va_drm.sigs',
820 ], 821 ],
821 }, 822 },
823 'sources': [
824 'common/gpu/media/vaapi_drm_picture.cc',
825 'common/gpu/media/vaapi_drm_picture.h',
826 ],
822 }], 827 }],
823 ], 828 ],
824 'variables': { 829 'variables': {
825 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', 830 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
826 'extra_header': 'common/gpu/media/va_stub_header.fragment', 831 'extra_header': 'common/gpu/media/va_stub_header.fragment',
827 'outfile_type': 'posix_stubs', 832 'outfile_type': 'posix_stubs',
828 'stubs_filename_root': 'va_stubs', 833 'stubs_filename_root': 'va_stubs',
829 'project_path': 'content/common/gpu/media', 834 'project_path': 'content/common/gpu/media',
830 'intermediate_dir': '<(INTERMEDIATE_DIR)', 835 'intermediate_dir': '<(INTERMEDIATE_DIR)',
831 'output_root': '<(SHARED_INTERMEDIATE_DIR)/va', 836 'output_root': '<(SHARED_INTERMEDIATE_DIR)/va',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 960 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
956 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 961 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
957 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 962 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
958 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 963 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
959 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 964 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
960 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 965 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
961 ], 966 ],
962 }], 967 }],
963 ], 968 ],
964 } 969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698