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

Unified Diff: content/content_common.gypi

Issue 77023002: gpu: Add IOSurface backed GpuMemoryBuffer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review feedback Created 7 years 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 df2a1a79e810f383c7dc1cee1fbd6465cbf354e1..177e42bf4e9964f2df77bd0cd273d4da958e69f0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -197,6 +197,13 @@
'common/gpu/client/gpu_channel_host.h',
'common/gpu/client/gpu_memory_buffer_impl.cc',
'common/gpu/client/gpu_memory_buffer_impl.h',
+ 'common/gpu/client/gpu_memory_buffer_impl_android.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_mac.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_shm.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_shm.h',
+ 'common/gpu/client/gpu_memory_buffer_impl_win.cc',
'common/gpu/client/gpu_video_decode_accelerator_host.cc',
'common/gpu/client/gpu_video_decode_accelerator_host.h',
'common/gpu/client/gpu_video_encode_accelerator_host.cc',
@@ -442,6 +449,10 @@
],
}],
['OS=="mac"', {
+ 'sources': [
+ 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
+ ],
'sources!': [
'common/plugin_list_posix.cc',
],

Powered by Google App Engine
This is Rietveld 408576698