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

Unified Diff: ui/gl/gl.gyp

Issue 10543125: gpu: Add support for GLX_EXT_texture_from_pixmap extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove .gitmodules change. Created 8 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
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 6ce1de9e23d49ae44a11717d9283db1658ad66cc..2f8b0eb1be903f6d1e46091f8a5d17b203f5cba7 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -53,6 +53,14 @@
'gl_export.h',
'gl_fence.cc',
'gl_fence.h',
+ 'gl_image.cc',
+ 'gl_image.h',
+ 'gl_image_android.cc',
+ 'gl_image_linux.cc',
+ 'gl_image_mac.cc',
+ 'gl_image_stub.cc',
+ 'gl_image_stub.h',
+ 'gl_image_win.cc',
'gl_implementation.cc',
'gl_implementation.h',
'gl_implementation_android.cc',
@@ -141,6 +149,8 @@
'sources': [
'gl_context_glx.cc',
'gl_context_glx.h',
+ 'gl_image_glx.cc',
+ 'gl_image_glx.h',
'gl_surface_glx.cc',
'gl_surface_glx.h',
'<(gl_binding_output_dir)/gl_bindings_autogen_glx.cc',

Powered by Google App Engine
This is Rietveld 408576698