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

Unified Diff: ui/gl/gl.gyp

Issue 1723303002: Implement GLX for Ozone X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + fixes. Created 4 years, 8 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
« ui/gl/BUILD.gn ('K') | « ui/gl/BUILD.gn ('k') | ui/gl/gl_bindings.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 a1fce09a48bdd45c424b84e711a26c630dbdf7fd..703f7131e10bd2394809e3d7dbc09240538d163d 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -148,6 +148,14 @@
'gl_surface_egl.cc',
'gl_surface_egl.h',
],
+ 'all_dependent_settings': {
+ 'defines': [
+ 'USE_EGL',
+ ],
+ },
+ 'defines': [
+ 'USE_EGL',
+ ],
'include_dirs': [
'<(DEPTH)/third_party/khronos',
],
@@ -178,8 +186,12 @@
'all_dependent_settings': {
'defines': [
'GL_GLEXT_PROTOTYPES',
+ 'USE_GLX',
],
},
+ 'defines': [
+ 'USE_GLX',
+ ],
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:x11',
'<(DEPTH)/build/linux/system.gyp:xcomposite',
« ui/gl/BUILD.gn ('K') | « ui/gl/BUILD.gn ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698