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

Unified Diff: content/content_common.gypi

Issue 347653005: Make cross-process CALayers work on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@image_transport_1
Patch Set: Incorporate review feedback Created 6 years, 6 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 240c001fccac7199cc5122b955c23b68778df593..a1d91292e51f7c4afff583f15ced7e7f4bf913d4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -277,6 +277,8 @@
'common/gpu/image_transport_surface.cc',
'common/gpu/image_transport_surface.h',
'common/gpu/image_transport_surface_android.cc',
+ 'common/gpu/image_transport_surface_calayer_mac.mm',
+ 'common/gpu/image_transport_surface_calayer_mac.h',
'common/gpu/image_transport_surface_fbo_mac.cc',
'common/gpu/image_transport_surface_fbo_mac.h',
'common/gpu/image_transport_surface_linux.cc',
@@ -290,6 +292,8 @@
'common/gpu/media/gpu_video_encode_accelerator.h',
'common/gpu/stream_texture_android.cc',
'common/gpu/stream_texture_android.h',
+ 'common/gpu/surface_handle_types_mac.cc',
+ 'common/gpu/surface_handle_types_mac.h',
'common/gpu/sync_point_manager.cc',
'common/gpu/sync_point_manager.h',
'common/gpu/texture_image_transport_surface.cc',

Powered by Google App Engine
This is Rietveld 408576698