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

Unified Diff: ui/gl/BUILD.gn

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: auto* 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
« no previous file with comments | « ui/gfx/x/x11_types.h ('k') | ui/gl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index d99e10c817ce6d2f4792ecd24457554f4f9caa15..69262b487beae6ba61cf145e783b4455e2846df5 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -186,6 +186,8 @@ component("gl") {
"gl_surface_osmesa_x11.h",
]
+ deps += [ "//ui/base/x" ]
+
data_deps = [
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
@@ -203,6 +205,8 @@ component("gl") {
"gl_image_glx.h",
"gl_surface_glx.cc",
"gl_surface_glx.h",
+ "gl_visual_picker_glx.cc",
+ "gl_visual_picker_glx.h",
]
configs += [
« no previous file with comments | « ui/gfx/x/x11_types.h ('k') | ui/gl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698