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

Side by Side Diff: content/content_common.gypi

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: miu@ comments. Created 4 years, 10 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac' 684 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
685 ], 685 ],
686 'sources': [ 686 'sources': [
687 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 687 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
688 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 688 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
689 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 689 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
690 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 690 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
691 'common/gpu/media/vt_mac.h', 691 'common/gpu/media/vt_mac.h',
692 'common/gpu/media/vt_video_decode_accelerator_mac.cc', 692 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
693 'common/gpu/media/vt_video_decode_accelerator_mac.h', 693 'common/gpu/media/vt_video_decode_accelerator_mac.h',
694 'common/gpu/media/vt_video_encode_accelerator.cc',
695 'common/gpu/media/vt_video_encode_accelerator.h',
694 ], 696 ],
695 'sources!': [ 697 'sources!': [
696 'common/plugin_list_posix.cc', 698 'common/plugin_list_posix.cc',
697 ], 699 ],
698 'link_settings': { 700 'link_settings': {
699 'libraries': [ 701 'libraries': [
700 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 702 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
701 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 703 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
702 '$(SDKROOT)/usr/lib/libsandbox.dylib', 704 '$(SDKROOT)/usr/lib/libsandbox.dylib',
703 ], 705 ],
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1122 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1121 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1123 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1122 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1124 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1123 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1125 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1124 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1126 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1125 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1127 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1126 ], 1128 ],
1127 }], 1129 }],
1128 ], 1130 ],
1129 } 1131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698