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

Side by Side Diff: content/content_common.gypi

Issue 16430003: Remove linux x86 from HW video decode black list Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to r263658 Created 6 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 '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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'include_dirs': [ 623 'include_dirs': [
624 '<(DEPTH)/third_party/khronos', 624 '<(DEPTH)/third_party/khronos',
625 ], 625 ],
626 'link_settings': { 626 'link_settings': {
627 'libraries': [ 627 'libraries': [
628 '-lEGL', 628 '-lEGL',
629 '-lGLESv2', 629 '-lGLESv2',
630 ], 630 ],
631 }, 631 },
632 }], 632 }],
633 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { 633 ['target_arch != "arm" and use_x11 == 1', {
634 'sources': [ 634 'sources': [
635 'common/gpu/media/h264_dpb.cc', 635 'common/gpu/media/h264_dpb.cc',
636 'common/gpu/media/h264_dpb.h', 636 'common/gpu/media/h264_dpb.h',
637 'common/gpu/media/va_surface.h', 637 'common/gpu/media/va_surface.h',
638 'common/gpu/media/vaapi_h264_decoder.cc', 638 'common/gpu/media/vaapi_h264_decoder.cc',
639 'common/gpu/media/vaapi_h264_decoder.h', 639 'common/gpu/media/vaapi_h264_decoder.h',
640 'common/gpu/media/vaapi_video_decode_accelerator.cc', 640 'common/gpu/media/vaapi_video_decode_accelerator.cc',
641 'common/gpu/media/vaapi_video_decode_accelerator.h', 641 'common/gpu/media/vaapi_video_decode_accelerator.h',
642 'common/gpu/media/vaapi_wrapper.cc', 642 'common/gpu/media/vaapi_wrapper.cc',
643 'common/gpu/media/vaapi_wrapper.h', 643 'common/gpu/media/vaapi_wrapper.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 753 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
754 'common/sandbox_linux/bpf_renderer_policy_linux.h', 754 'common/sandbox_linux/bpf_renderer_policy_linux.h',
755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
757 ], 757 ],
758 }, { 758 }, {
759 'defines': ['USE_SECCOMP_BPF'], 759 'defines': ['USE_SECCOMP_BPF'],
760 }], 760 }],
761 ], 761 ],
762 } 762 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | gpu/config/software_rendering_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698