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

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: support a more useful set of stride values Created 6 years, 8 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 e3b0bc5b05a79cca2605a9b0d710c0d6492df8c2..d86b6d583f84d42ce8db7aa2e3d47b626a9a1041 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -198,6 +198,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