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

Side by Side Diff: content/content_common.gypi

Issue 340933002: Add VTSupport for dynamically linking VideoToolbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 }], 564 }],
565 ['OS=="mac"', { 565 ['OS=="mac"', {
566 'dependencies': [ 566 'dependencies': [
567 '../webkit/webkit_resources.gyp:webkit_resources', 567 '../webkit/webkit_resources.gyp:webkit_resources',
568 ], 568 ],
569 'sources': [ 569 'sources': [
570 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 570 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
571 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 571 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
572 'common/gpu/media/vt_video_decode_accelerator.cc', 572 'common/gpu/media/vt_video_decode_accelerator.cc',
573 'common/gpu/media/vt_video_decode_accelerator.h', 573 'common/gpu/media/vt_video_decode_accelerator.h',
574 'common/gpu/media/vt_support.cc',
575 'common/gpu/media/vt_support.h',
574 ], 576 ],
575 'sources!': [ 577 'sources!': [
576 'common/plugin_list_posix.cc', 578 'common/plugin_list_posix.cc',
577 ], 579 ],
578 'link_settings': { 580 'link_settings': {
579 'libraries': [ 581 'libraries': [
580 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 582 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
581 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 583 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
582 ], 584 ],
583 }, 585 },
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 801 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
800 'common/sandbox_linux/bpf_renderer_policy_linux.h', 802 'common/sandbox_linux/bpf_renderer_policy_linux.h',
801 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 803 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
802 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 804 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
803 ], 805 ],
804 }, { 806 }, {
805 'defines': ['USE_SECCOMP_BPF'], 807 'defines': ['USE_SECCOMP_BPF'],
806 }], 808 }],
807 ], 809 ],
808 } 810 }
OLDNEW
« content/common/gpu/media/vt_support.cc ('K') | « content/common/gpu/media/vt_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698