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

Side by Side Diff: content/content_common.gypi

Issue 1828523003: Mac: Use AVSampleBufferDisplayLayer for 4:2:0 surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting Created 4 years, 9 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/ca_layer_tree_unittest_mac.mm ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 'common/gpu/media/vt_video_decode_accelerator_mac.cc', 675 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
676 'common/gpu/media/vt_video_decode_accelerator_mac.h', 676 'common/gpu/media/vt_video_decode_accelerator_mac.h',
677 'common/gpu/media/vt_video_encode_accelerator_mac.cc', 677 'common/gpu/media/vt_video_encode_accelerator_mac.cc',
678 'common/gpu/media/vt_video_encode_accelerator_mac.h', 678 'common/gpu/media/vt_video_encode_accelerator_mac.h',
679 ], 679 ],
680 'sources!': [ 680 'sources!': [
681 'common/plugin_list_posix.cc', 681 'common/plugin_list_posix.cc',
682 ], 682 ],
683 'link_settings': { 683 'link_settings': {
684 'libraries': [ 684 'libraries': [
685 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
686 '$(SDKROOT)/System/Library/Frameworks/CoreMedia.framework',
687 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
685 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 688 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
686 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 689 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
687 '$(SDKROOT)/usr/lib/libsandbox.dylib', 690 '$(SDKROOT)/usr/lib/libsandbox.dylib',
688 ], 691 ],
689 }, 692 },
690 'variables': { 693 'variables': {
691 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', 694 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
692 'extra_header': 'common/gpu/media/vt_stubs_header.fragment', 695 'extra_header': 'common/gpu/media/vt_stubs_header.fragment',
693 'sig_files': ['common/gpu/media/vt.sig'], 696 'sig_files': ['common/gpu/media/vt.sig'],
694 'outfile_type': 'posix_stubs', 697 'outfile_type': 'posix_stubs',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1111 ], 1114 ],
1112 }], 1115 }],
1113 ], 1116 ],
1114 } 1117 }
OLDNEW
« no previous file with comments | « content/common/gpu/ca_layer_tree_unittest_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698