Index: ui/events/x/BUILD.gn |
diff --git a/ui/events/x/BUILD.gn b/ui/events/x/BUILD.gn |
index 232994696018cd3eb4e670fefd067af94748c235..991ce6ec8c306052cb793d8aa085233e19e16ab6 100644 |
--- a/ui/events/x/BUILD.gn |
+++ b/ui/events/x/BUILD.gn |
@@ -16,8 +16,5 @@ component("x") { |
"//ui/events/devices", |
"//ui/gfx/x", |
] |
- configs += [ |
- "//build/config/linux:glib", |
- "//build/config/linux:x11", |
- ] |
+ configs += [ "//build/config/linux:x11" ] |
} |