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

Unified Diff: ui/events/devices/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/events/devices/BUILD.gn
diff --git a/ui/events/devices/BUILD.gn b/ui/events/devices/BUILD.gn
index 0dc1270b2f3ab1116780accec66ecc1598fce79c..efbfb76a9b75efc5ad7e8cb4f827d838a3eecb45 100644
--- a/ui/events/devices/BUILD.gn
+++ b/ui/events/devices/BUILD.gn
@@ -33,7 +33,7 @@ component("devices") {
"//ui/gfx/geometry",
]
- if (use_x11) {
+ if (use_x11_backend) {
configs += [ "//build/config/linux:x11" ]
sources += [

Powered by Google App Engine
This is Rietveld 408576698