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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index b4d2e943c81dfbf8fa1ebe1cd4a222a91933a234..0fd292d9f1d32eb4a6dff7c71cdf34b3191d5c30 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -164,8 +164,8 @@
'public/common/webplugininfo.h',
'public/common/window_container_type.cc',
'public/common/window_container_type.h',
- 'public/common/zygote_handle.h',
'public/common/zygote_fork_delegate_linux.h',
+ 'public/common/zygote_handle.h',
],
'private_common_sources': [
'common/accessibility_messages.h',
@@ -290,6 +290,12 @@
'common/geofencing_types.cc',
'common/geofencing_types.h',
'common/gin_java_bridge_messages.h',
+ 'common/gpu/ca_layer_partial_damage_tree_mac.h',
+ 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
+ 'common/gpu/ca_layer_tree_mac.h',
+ 'common/gpu/ca_layer_tree_mac.mm',
+ 'common/gpu/child_window_surface_win.cc',
+ 'common/gpu/child_window_surface_win.h',
'common/gpu/client/command_buffer_metrics.cc',
'common/gpu/client/command_buffer_metrics.h',
'common/gpu/client/command_buffer_proxy_impl.cc',
@@ -320,12 +326,6 @@
'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
- 'common/gpu/ca_layer_partial_damage_tree_mac.h',
- 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
- 'common/gpu/ca_layer_tree_mac.h',
- 'common/gpu/ca_layer_tree_mac.mm',
- 'common/gpu/child_window_surface_win.cc',
- 'common/gpu/child_window_surface_win.h',
'common/gpu/gpu_channel.cc',
'common/gpu/gpu_channel.h',
'common/gpu/gpu_channel_manager.cc',
@@ -691,6 +691,8 @@
'common/gpu/media/vt_mac.h',
'common/gpu/media/vt_video_decode_accelerator_mac.cc',
'common/gpu/media/vt_video_decode_accelerator_mac.h',
+ 'common/gpu/media/vt_video_encode_accelerator_mac.cc',
+ 'common/gpu/media/vt_video_encode_accelerator_mac.h',
],
'sources!': [
'common/plugin_list_posix.cc',
@@ -891,10 +893,10 @@
'common/gpu/media/h264_dpb.h',
'common/gpu/media/vp8_decoder.cc',
'common/gpu/media/vp8_decoder.h',
- 'common/gpu/media/vp9_decoder.cc',
- 'common/gpu/media/vp9_decoder.h',
'common/gpu/media/vp8_picture.cc',
'common/gpu/media/vp8_picture.h',
+ 'common/gpu/media/vp9_decoder.cc',
+ 'common/gpu/media/vp9_decoder.h',
'common/gpu/media/vp9_picture.cc',
'common/gpu/media/vp9_picture.h',
],

Powered by Google App Engine
This is Rietveld 408576698