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

Unified Diff: ui/ozone/platform/x11/BUILD.gn

Issue 1723303002: Implement GLX for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to use #define 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/gl/init/gl_factory_x11.cc ('k') | ui/ozone/platform/x11/gl_ozone_glx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/BUILD.gn
diff --git a/ui/ozone/platform/x11/BUILD.gn b/ui/ozone/platform/x11/BUILD.gn
index e3ed8971070379a319b72dd9e6973621cb8ec39a..09073daffa745b39a1a5ef6c38673c4ba7605642 100644
--- a/ui/ozone/platform/x11/BUILD.gn
+++ b/ui/ozone/platform/x11/BUILD.gn
@@ -8,6 +8,10 @@ source_set("x11") {
sources = [
"client_native_pixmap_factory_x11.cc",
"client_native_pixmap_factory_x11.h",
+ "gl_ozone_glx.cc",
+ "gl_ozone_glx.h",
+ "gl_surface_glx_ozone.cc",
+ "gl_surface_glx_ozone.h",
"native_display_delegate_ozone_x11.cc",
"native_display_delegate_ozone_x11.h",
"ozone_platform_x11.cc",
« no previous file with comments | « ui/gl/init/gl_factory_x11.cc ('k') | ui/ozone/platform/x11/gl_ozone_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698