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

Unified Diff: ui/gl/BUILD.gn

Issue 2347383002: X11: Use better visuals for OpenGL (Closed)
Patch Set: Fix --single-process 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..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 += [

Powered by Google App Engine
This is Rietveld 408576698