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

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: rebase Created 6 years, 2 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 c2979398a2270c5c3d00ef020d1b0f88802d6d35..f3be5b26472768cd3d54652f62aca66a5c075402 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -197,6 +197,12 @@
'gl_implementation_osmesa.h',
],
}],
+ ['OS=="linux"', {
+ 'sources': [
+ 'gl_image_linux_dma_buffer.cc',
+ 'gl_image_linux_dma_buffer.h',
no sievers 2014/10/14 21:57:54 If you name it gl_image_dma_buffer_linux.cc/h you
reveman 2014/10/15 00:48:07 I chose LinuxDMABuffer to match EGL_LINUX_DMA_BUF_
+ ],
+ }],
['use_x11 == 1', {
'sources': [
'gl_context_glx.cc',

Powered by Google App Engine
This is Rietveld 408576698