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

Unified Diff: ui/gl/BUILD.gn

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix various tests Created 4 years, 3 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/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index d99e10c817ce6d2f4792ecd24457554f4f9caa15..a2a1a49f542e14cd478e561f252205ca79e4fbb8 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -201,8 +201,12 @@ component("gl") {
"gl_glx_api_implementation.h",
"gl_image_glx.cc",
"gl_image_glx.h",
+ "gl_share_group_glx.cc",
+ "gl_share_group_glx.h",
"gl_surface_glx.cc",
"gl_surface_glx.h",
+ "gl_visual_picker_glx.cc",
+ "gl_visual_picker_glx.h",
]
configs += [

Powered by Google App Engine
This is Rietveld 408576698