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

Side by Side Diff: content/content_common.gypi

Issue 322433004: Create VTVideoDecodeAccelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }, 557 },
558 ], 558 ],
559 }], 559 }],
560 ['OS=="mac"', { 560 ['OS=="mac"', {
561 'dependencies': [ 561 'dependencies': [
562 '../webkit/webkit_resources.gyp:webkit_resources', 562 '../webkit/webkit_resources.gyp:webkit_resources',
563 ], 563 ],
564 'sources': [ 564 'sources': [
565 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 565 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
566 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 566 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
567 'common/gpu/media/vt_video_decode_accelerator.cc',
568 'common/gpu/media/vt_video_decode_accelerator.h',
567 ], 569 ],
568 'sources!': [ 570 'sources!': [
569 'common/plugin_list_posix.cc', 571 'common/plugin_list_posix.cc',
570 ], 572 ],
571 'link_settings': { 573 'link_settings': {
572 'libraries': [ 574 'libraries': [
573 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 575 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
574 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 576 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
575 ], 577 ],
576 }, 578 },
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 794 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
793 'common/sandbox_linux/bpf_renderer_policy_linux.h', 795 'common/sandbox_linux/bpf_renderer_policy_linux.h',
794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 796 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 797 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
796 ], 798 ],
797 }, { 799 }, {
798 'defines': ['USE_SECCOMP_BPF'], 800 'defines': ['USE_SECCOMP_BPF'],
799 }], 801 }],
800 ], 802 ],
801 } 803 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698