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

Unified Diff: ui/gl/gl.gyp

Issue 215143002: ui: Add Linux dma-buf implementation of GLImage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | ui/gl/gl_image_linux_dma_buffer.h » ('j') | ui/gl/gl_image_linux_dma_buffer.cc » ('J')
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 b9260af8202324176e771c0a82b851e65c609762..e0fdec09ffe25d3c63c8ae1b22405bc6d5812a0a 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -194,6 +194,12 @@
'gl_implementation_osmesa.h',
],
}],
+ ['OS=="linux"', {
+ 'sources': [
+ 'gl_image_linux_dma_buffer.cc',
+ 'gl_image_linux_dma_buffer.h',
+ ],
+ }],
['use_x11 == 1', {
'sources': [
'gl_context_glx.cc',
« no previous file with comments | « no previous file | ui/gl/gl_image_linux_dma_buffer.h » ('j') | ui/gl/gl_image_linux_dma_buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698