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

Unified Diff: ui/gl/gl.gyp

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: rebase Created 6 years, 5 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 12e8f58b1680fad49bc9d15d8ceafd1641ab80dc..229b21f07a654ba4cb4db2b46d0579cef4d2257b 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -79,15 +79,14 @@
'gl_gl_api_implementation.h',
'gl_image.cc',
'gl_image.h',
- 'gl_image_android.cc',
- 'gl_image_mac.cc',
- 'gl_image_ozone.cc',
- 'gl_image_shm.cc',
- 'gl_image_shm.h',
+ 'gl_image_memory.cc',
+ 'gl_image_memory.h',
+ 'gl_image_ref_counted_memory.cc',
+ 'gl_image_ref_counted_memory.h',
+ 'gl_image_shared_memory.cc',
+ 'gl_image_shared_memory.h',
'gl_image_stub.cc',
'gl_image_stub.h',
- 'gl_image_win.cc',
- 'gl_image_x11.cc',
'gl_implementation.cc',
'gl_implementation.h',
'gl_implementation_android.cc',
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698