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

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. 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
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index 9dfd8ed963d2999ea0e5edc03314985b086cc28f..5ebb337acd094b12f03191e76505093aefa88034 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -147,6 +147,14 @@
'gl_surface_egl.cc',
'gl_surface_egl.h',
],
+ 'all_dependent_settings': {
+ 'defines': [
+ 'USE_EGL',
+ ],
+ },
+ 'defines': [
+ 'USE_EGL',
+ ],
'include_dirs': [
'<(DEPTH)/third_party/khronos',
],
@@ -177,8 +185,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',

Powered by Google App Engine
This is Rietveld 408576698