Index: ui/events/devices/BUILD.gn |
diff --git a/ui/events/devices/BUILD.gn b/ui/events/devices/BUILD.gn |
index ac001ed3e122b598992efa13ea54540376edddf6..311c598d3f3600a5be0fe8f72517b2888078f0bf 100644 |
--- a/ui/events/devices/BUILD.gn |
+++ b/ui/events/devices/BUILD.gn |
@@ -31,7 +31,7 @@ component("devices") { |
"//ui/gfx/geometry", |
] |
- if (use_x11) { |
+ if (use_x11_backend) { |
configs += [ "//build/config/linux:x11" ] |
sources += [ |