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

Unified Diff: content/content_common.gypi

Issue 331723003: gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBuffer type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wip 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 d74a4ac7026c7f57124cb9a17d4472bf01f2b9c7..d6f694f80e2eb433c26ce64d21be69ebdd763c33 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -262,6 +262,12 @@
'common/gpu/gpu_command_buffer_stub.cc',
'common/gpu/gpu_command_buffer_stub.h',
'common/gpu/gpu_config.h',
+ 'common/gpu/gpu_memory_buffer_factory.h',
+ 'common/gpu/gpu_memory_buffer_factory_android.cc',
+ 'common/gpu/gpu_memory_buffer_factory_mac.cc',
+ 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
+ 'common/gpu/gpu_memory_buffer_factory_win.cc',
+ 'common/gpu/gpu_memory_buffer_factory_x11.cc',
'common/gpu/gpu_memory_manager.cc',
'common/gpu/gpu_memory_manager.h',
'common/gpu/gpu_memory_manager_client.cc',
@@ -612,6 +618,10 @@
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:xcomposite',
],
+ 'sources': [
+ 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.cc',
+ 'common/gpu/gpu_memory_buffer_factory_x11_pixmap.h',
+ ],
}],
['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
'sources': [

Powered by Google App Engine
This is Rietveld 408576698