Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index feff58b3db989404e0459198dfa51056773aa3a4..0ee30dcb65a60368d1d04b90a3ec621a3ccb379e 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -808,11 +808,6 @@ component("base") { |
if (toolkit_uses_gtk) { |
linux_configs += [ "//build/config/linux:gtk" ] |
} |
- if (use_x11) { |
- linux_configs += [ |
- "//build/config/linux:x11", |
- ] |
- } |
configs += linux_configs |
all_dependent_configs = linux_configs |
@@ -836,13 +831,6 @@ component("base") { |
] |
} |
- if (!use_x11) { |
- sources -= [ |
- "message_loop/message_pump_x11.cc", |
- "message_loop/message_pump_x11.h", |
- ] |
- } |
- |
if (!use_glib) { |
sources -= [ |
"message_loop/message_pump_glib.cc", |