Index: ui/events/platform/BUILD.gn |
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn |
index f3ff93e1c7d9c84446c554ca8908bcaec0ffb278..3bd8d91793a1e88bbf378a09491918d4a67aba45 100644 |
--- a/ui/events/platform/BUILD.gn |
+++ b/ui/events/platform/BUILD.gn |
@@ -49,18 +49,9 @@ component("platform") { |
"x11/touch_factory_x11.h", |
"x11/x11_event_source.cc", |
"x11/x11_event_source.h", |
- "x11/x11_event_source_glib.cc", |
"x11/x11_event_source_libevent.cc", |
] |
- if (is_linux) { |
- sources -= [ "x11/x11_event_source_libevent.cc" ] |
- |
- configs += [ "//build/config/linux:glib" ] |
- } else { |
- sources -= [ "x11/x11_event_source_glib.cc" ] |
- } |
- |
deps += [ "//ui/gfx/x" ] |
} else { |
sources += [ |