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

Unified Diff: ui/gl/BUILD.gn

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 6968f2c9881ab3e1061a0a02be90bd63ded56bf9..e0eb0ac277806d5a3f1ea775b04388718e6567ca 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -237,6 +237,11 @@ component("gl") {
]
}
if (use_ozone) {
+ if (use_x11_backend) {
+ defines += [
+ "OZONE_X11"
+ ]
+ }
sources += [
"gl_context_ozone.cc",
"gl_egl_api_implementation.cc",

Powered by Google App Engine
This is Rietveld 408576698