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

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: Rename vt_video_encode_accelerator to vt_video_encode_accelerator_mac. 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'public/common/url_fetcher.h', 157 'public/common/url_fetcher.h',
158 'public/common/url_utils.cc', 158 'public/common/url_utils.cc',
159 'public/common/url_utils.h', 159 'public/common/url_utils.h',
160 'public/common/user_agent.h', 160 'public/common/user_agent.h',
161 'public/common/web_preferences.cc', 161 'public/common/web_preferences.cc',
162 'public/common/web_preferences.h', 162 'public/common/web_preferences.h',
163 'public/common/webplugininfo.cc', 163 'public/common/webplugininfo.cc',
164 'public/common/webplugininfo.h', 164 'public/common/webplugininfo.h',
165 'public/common/window_container_type.cc', 165 'public/common/window_container_type.cc',
166 'public/common/window_container_type.h', 166 'public/common/window_container_type.h',
167 'public/common/zygote_fork_delegate_linux.h',
167 'public/common/zygote_handle.h', 168 'public/common/zygote_handle.h',
168 'public/common/zygote_fork_delegate_linux.h',
169 ], 169 ],
170 'private_common_sources': [ 170 'private_common_sources': [
171 'common/accessibility_messages.h', 171 'common/accessibility_messages.h',
172 'common/all_messages.h', 172 'common/all_messages.h',
173 'common/android/address_parser.cc', 173 'common/android/address_parser.cc',
174 'common/android/address_parser.h', 174 'common/android/address_parser.h',
175 'common/android/address_parser_internal.cc', 175 'common/android/address_parser_internal.cc',
176 'common/android/address_parser_internal.h', 176 'common/android/address_parser_internal.h',
177 'common/android/common_jni_registrar.cc', 177 'common/android/common_jni_registrar.cc',
178 'common/android/common_jni_registrar.h', 178 'common/android/common_jni_registrar.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'common/gamepad_param_traits.cc', 283 'common/gamepad_param_traits.cc',
284 'common/gamepad_param_traits.h', 284 'common/gamepad_param_traits.h',
285 'common/gamepad_user_gesture.cc', 285 'common/gamepad_user_gesture.cc',
286 'common/gamepad_user_gesture.h', 286 'common/gamepad_user_gesture.h',
287 'common/generic_shared_memory_id_generator.cc', 287 'common/generic_shared_memory_id_generator.cc',
288 'common/generic_shared_memory_id_generator.h', 288 'common/generic_shared_memory_id_generator.h',
289 'common/geofencing_messages.h', 289 'common/geofencing_messages.h',
290 'common/geofencing_types.cc', 290 'common/geofencing_types.cc',
291 'common/geofencing_types.h', 291 'common/geofencing_types.h',
292 'common/gin_java_bridge_messages.h', 292 'common/gin_java_bridge_messages.h',
293 'common/gpu/ca_layer_partial_damage_tree_mac.h',
294 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
295 'common/gpu/ca_layer_tree_mac.h',
296 'common/gpu/ca_layer_tree_mac.mm',
297 'common/gpu/child_window_surface_win.cc',
298 'common/gpu/child_window_surface_win.h',
293 'common/gpu/client/command_buffer_metrics.cc', 299 'common/gpu/client/command_buffer_metrics.cc',
294 'common/gpu/client/command_buffer_metrics.h', 300 'common/gpu/client/command_buffer_metrics.h',
295 'common/gpu/client/command_buffer_proxy_impl.cc', 301 'common/gpu/client/command_buffer_proxy_impl.cc',
296 'common/gpu/client/command_buffer_proxy_impl.h', 302 'common/gpu/client/command_buffer_proxy_impl.h',
297 'common/gpu/client/context_provider_command_buffer.cc', 303 'common/gpu/client/context_provider_command_buffer.cc',
298 'common/gpu/client/context_provider_command_buffer.h', 304 'common/gpu/client/context_provider_command_buffer.h',
299 'common/gpu/client/gl_helper.cc', 305 'common/gpu/client/gl_helper.cc',
300 'common/gpu/client/gl_helper.h', 306 'common/gpu/client/gl_helper.h',
301 'common/gpu/client/gl_helper_readback_support.cc', 307 'common/gpu/client/gl_helper_readback_support.cc',
302 'common/gpu/client/gl_helper_readback_support.h', 308 'common/gpu/client/gl_helper_readback_support.h',
(...skipping 10 matching lines...) Expand all
313 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 319 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
314 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 320 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
315 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 321 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
316 'common/gpu/client/gpu_video_decode_accelerator_host.h', 322 'common/gpu/client/gpu_video_decode_accelerator_host.h',
317 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 323 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
318 'common/gpu/client/gpu_video_encode_accelerator_host.h', 324 'common/gpu/client/gpu_video_encode_accelerator_host.h',
319 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 325 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
320 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 326 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
321 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 327 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
322 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 328 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
323 'common/gpu/ca_layer_partial_damage_tree_mac.h',
324 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
325 'common/gpu/ca_layer_tree_mac.h',
326 'common/gpu/ca_layer_tree_mac.mm',
327 'common/gpu/child_window_surface_win.cc',
328 'common/gpu/child_window_surface_win.h',
329 'common/gpu/gpu_channel.cc', 329 'common/gpu/gpu_channel.cc',
330 'common/gpu/gpu_channel.h', 330 'common/gpu/gpu_channel.h',
331 'common/gpu/gpu_channel_manager.cc', 331 'common/gpu/gpu_channel_manager.cc',
332 'common/gpu/gpu_channel_manager.h', 332 'common/gpu/gpu_channel_manager.h',
333 'common/gpu/gpu_command_buffer_stub.cc', 333 'common/gpu/gpu_command_buffer_stub.cc',
334 'common/gpu/gpu_command_buffer_stub.h', 334 'common/gpu/gpu_command_buffer_stub.h',
335 'common/gpu/gpu_config.h', 335 'common/gpu/gpu_config.h',
336 'common/gpu/gpu_memory_buffer_factory.cc', 336 'common/gpu/gpu_memory_buffer_factory.cc',
337 'common/gpu/gpu_memory_buffer_factory.h', 337 'common/gpu/gpu_memory_buffer_factory.h',
338 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 338 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
(...skipping 345 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_mac.cc',
695 'common/gpu/media/vt_video_encode_accelerator_mac.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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 }], 886 }],
885 ['chromeos==1', { 887 ['chromeos==1', {
886 'sources': [ 888 'sources': [
887 'common/gpu/media/accelerated_video_decoder.h', 889 'common/gpu/media/accelerated_video_decoder.h',
888 'common/gpu/media/h264_decoder.cc', 890 'common/gpu/media/h264_decoder.cc',
889 'common/gpu/media/h264_decoder.h', 891 'common/gpu/media/h264_decoder.h',
890 'common/gpu/media/h264_dpb.cc', 892 'common/gpu/media/h264_dpb.cc',
891 'common/gpu/media/h264_dpb.h', 893 'common/gpu/media/h264_dpb.h',
892 'common/gpu/media/vp8_decoder.cc', 894 'common/gpu/media/vp8_decoder.cc',
893 'common/gpu/media/vp8_decoder.h', 895 'common/gpu/media/vp8_decoder.h',
896 'common/gpu/media/vp8_picture.cc',
897 'common/gpu/media/vp8_picture.h',
894 'common/gpu/media/vp9_decoder.cc', 898 'common/gpu/media/vp9_decoder.cc',
895 'common/gpu/media/vp9_decoder.h', 899 'common/gpu/media/vp9_decoder.h',
896 'common/gpu/media/vp8_picture.cc',
897 'common/gpu/media/vp8_picture.h',
898 'common/gpu/media/vp9_picture.cc', 900 'common/gpu/media/vp9_picture.cc',
899 'common/gpu/media/vp9_picture.h', 901 'common/gpu/media/vp9_picture.h',
900 ], 902 ],
901 }], 903 }],
902 ['chromeos==1 and use_v4l2_codec==1', { 904 ['chromeos==1 and use_v4l2_codec==1', {
903 'direct_dependent_settings': { 905 'direct_dependent_settings': {
904 'defines': [ 906 'defines': [
905 'USE_V4L2_CODEC' 907 'USE_V4L2_CODEC'
906 ], 908 ],
907 }, 909 },
(...skipping 212 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