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

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: fix overflow check 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
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 94340528a7d1c6b0fee0cf93a3b61df85c00411a..7499b90f382b96c40e63ded9fc3ef9ddf7c4cd66 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -198,6 +198,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',
],
« no previous file with comments | « content/common/sandbox_mac.mm ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698