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

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, 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
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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'public/common/url_fetcher.h', 211 'public/common/url_fetcher.h',
212 'public/common/url_utils.cc', 212 'public/common/url_utils.cc',
213 'public/common/url_utils.h', 213 'public/common/url_utils.h',
214 'public/common/user_agent.h', 214 'public/common/user_agent.h',
215 'public/common/web_preferences.cc', 215 'public/common/web_preferences.cc',
216 'public/common/web_preferences.h', 216 'public/common/web_preferences.h',
217 'public/common/webplugininfo.cc', 217 'public/common/webplugininfo.cc',
218 'public/common/webplugininfo.h', 218 'public/common/webplugininfo.h',
219 'public/common/window_container_type.cc', 219 'public/common/window_container_type.cc',
220 'public/common/window_container_type.h', 220 'public/common/window_container_type.h',
221 'public/common/zygote_fork_delegate_linux.h',
221 'public/common/zygote_handle.h', 222 'public/common/zygote_handle.h',
222 'public/common/zygote_fork_delegate_linux.h',
223 ], 223 ],
224 'private_common_sources': [ 224 'private_common_sources': [
225 'common/accessibility_messages.h', 225 'common/accessibility_messages.h',
226 'common/all_messages.h', 226 'common/all_messages.h',
227 'common/android/address_parser.cc', 227 'common/android/address_parser.cc',
228 'common/android/address_parser.h', 228 'common/android/address_parser.h',
229 'common/android/address_parser_internal.cc', 229 'common/android/address_parser_internal.cc',
230 'common/android/address_parser_internal.h', 230 'common/android/address_parser_internal.h',
231 'common/android/common_jni_registrar.cc', 231 'common/android/common_jni_registrar.cc',
232 'common/android/common_jni_registrar.h', 232 'common/android/common_jni_registrar.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac' 661 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
662 ], 662 ],
663 'sources': [ 663 'sources': [
664 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 664 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
665 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 665 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
666 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 666 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
667 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 667 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
668 'common/gpu/media/vt_mac.h', 668 'common/gpu/media/vt_mac.h',
669 'common/gpu/media/vt_video_decode_accelerator_mac.cc', 669 'common/gpu/media/vt_video_decode_accelerator_mac.cc',
670 'common/gpu/media/vt_video_decode_accelerator_mac.h', 670 'common/gpu/media/vt_video_decode_accelerator_mac.h',
671 'common/gpu/media/vt_video_encode_accelerator_mac.cc',
672 'common/gpu/media/vt_video_encode_accelerator_mac.h',
671 ], 673 ],
672 'sources!': [ 674 'sources!': [
673 'common/plugin_list_posix.cc', 675 'common/plugin_list_posix.cc',
674 ], 676 ],
675 'link_settings': { 677 'link_settings': {
676 'libraries': [ 678 'libraries': [
677 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 679 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
678 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 680 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
679 '$(SDKROOT)/usr/lib/libsandbox.dylib', 681 '$(SDKROOT)/usr/lib/libsandbox.dylib',
680 ], 682 ],
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 }], 863 }],
862 ['chromeos==1', { 864 ['chromeos==1', {
863 'sources': [ 865 'sources': [
864 'common/gpu/media/accelerated_video_decoder.h', 866 'common/gpu/media/accelerated_video_decoder.h',
865 'common/gpu/media/h264_decoder.cc', 867 'common/gpu/media/h264_decoder.cc',
866 'common/gpu/media/h264_decoder.h', 868 'common/gpu/media/h264_decoder.h',
867 'common/gpu/media/h264_dpb.cc', 869 'common/gpu/media/h264_dpb.cc',
868 'common/gpu/media/h264_dpb.h', 870 'common/gpu/media/h264_dpb.h',
869 'common/gpu/media/vp8_decoder.cc', 871 'common/gpu/media/vp8_decoder.cc',
870 'common/gpu/media/vp8_decoder.h', 872 'common/gpu/media/vp8_decoder.h',
873 'common/gpu/media/vp8_picture.cc',
874 'common/gpu/media/vp8_picture.h',
871 'common/gpu/media/vp9_decoder.cc', 875 'common/gpu/media/vp9_decoder.cc',
872 'common/gpu/media/vp9_decoder.h', 876 'common/gpu/media/vp9_decoder.h',
873 'common/gpu/media/vp8_picture.cc',
874 'common/gpu/media/vp8_picture.h',
875 'common/gpu/media/vp9_picture.cc', 877 'common/gpu/media/vp9_picture.cc',
876 'common/gpu/media/vp9_picture.h', 878 'common/gpu/media/vp9_picture.h',
877 ], 879 ],
878 }], 880 }],
879 ['chromeos==1 and use_v4l2_codec==1', { 881 ['chromeos==1 and use_v4l2_codec==1', {
880 'direct_dependent_settings': { 882 'direct_dependent_settings': {
881 'defines': [ 883 'defines': [
882 'USE_V4L2_CODEC' 884 'USE_V4L2_CODEC'
883 ], 885 ],
884 }, 886 },
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1098 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1099 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1100 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1102 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1101 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1102 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1104 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1103 ], 1105 ],
1104 }], 1106 }],
1105 ], 1107 ],
1106 } 1108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698