Index: ui/events/BUILD.gn |
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn |
index 098eaa3d788533ccdc985ef2152329587ade6777..d42525e59219eb74192af24b753567d5bab1710a 100644 |
--- a/ui/events/BUILD.gn |
+++ b/ui/events/BUILD.gn |
@@ -130,10 +130,7 @@ component("events") { |
if (use_x11) { |
sources += [ "x/events_x.cc" ] |
- configs += [ |
- "//build/config/linux:glib", |
- "//build/config/linux:x11", |
- ] |
+ configs += [ "//build/config/linux:x11" ] |
deps += [ |
"//ui/events/devices", |
"//ui/gfx/x", |