Chromium Code Reviews| Index: ui/events/platform/BUILD.gn |
| diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn |
| index 4008a2321fa461c8aac50770ba2afc6acc722639..6e2df9f74be3e78f27bfaa3f922528bf3eb3d0dc 100644 |
| --- a/ui/events/platform/BUILD.gn |
| +++ b/ui/events/platform/BUILD.gn |
| @@ -27,7 +27,7 @@ component("platform") { |
| "//base", |
| ] |
| - if (use_x11) { |
| + if (use_x11_backend) { |
| sources -= [ |
| "platform_event_source_stub.cc", |
| ] |