Chromium Code Reviews

Unified Diff: content/content_child.gypi

Issue 1248713002: ozone: ClientPixmapManager passes VGEM fd from browser to renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest crrev.com/1128113011 Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 557f69962516476d01418d60bf66a54a99bf2cd5..12bbf71bf3d5d4be694e3d811fa316d2c2a2b71d 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -62,6 +62,10 @@
'child/child_gpu_memory_buffer_manager.h',
'child/child_histogram_message_filter.cc',
'child/child_histogram_message_filter.h',
+ 'child/child_client_native_pixmap_manager_message_filter_ozone.cc',
+ 'child/child_client_native_pixmap_manager_message_filter_ozone.h',
+ 'child/child_client_native_pixmap_manager_ozone.cc',
+ 'child/child_client_native_pixmap_manager_ozone.h',
'child/child_io_surface_manager_mac.cc',
'child/child_io_surface_manager_mac.h',
'child/child_message_filter.cc',

Powered by Google App Engine