Index: ui/events/platform/x11/BUILD.gn |
diff --git a/ui/events/platform/x11/BUILD.gn b/ui/events/platform/x11/BUILD.gn |
index 24c058584bab33585a0a8b63c1b0dc2c4f085960..829ef74da3ba2567b5c40c45d855d1746a87b77f 100644 |
--- a/ui/events/platform/x11/BUILD.gn |
+++ b/ui/events/platform/x11/BUILD.gn |
@@ -8,7 +8,6 @@ component("x11") { |
sources = [ |
"x11_event_source.cc", |
"x11_event_source.h", |
- "x11_event_source_glib.cc", |
viettrungluu
2015/11/12 02:35:41
Note: This file doesn't actually currently exist.
|
"x11_event_source_libevent.cc", |
"x11_hotplug_event_handler.cc", |
"x11_hotplug_event_handler.h", |
@@ -29,12 +28,4 @@ component("x11") { |
deps = [ |
"//base", |
] |
- |
- if (use_glib) { |
- sources -= [ "x11_event_source_libevent.cc" ] |
- |
- configs += [ "//build/config/linux:glib" ] |
- } else { |
- sources -= [ "x11_event_source_glib.cc" ] |
- } |
} |