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

Unified Diff: ui/events/platform/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/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",
]

Powered by Google App Engine
This is Rietveld 408576698