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

Unified Diff: ui/gl/gl.gyp

Issue 2022103002: Move GLSurfaceOSMesaX11 into it's own source file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_surface_osmesa_x11.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 7fa43f5deec37789591a7ce3f25021917d0f23d7..bf66717b8a843cb5f32ef0b0d1a4a557708e5408 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -182,6 +182,8 @@
'gl_surface_egl_x11.h',
'gl_surface_glx.cc',
'gl_surface_glx.h',
+ 'gl_surface_osmesa_x11.cc',
+ 'gl_surface_osmesa_x11.h',
],
'direct_dependent_settings': {
'defines': [
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_surface_osmesa_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698