Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3948)

Unified Diff: base/BUILD.gn

Issue 237403002: base: Remove dependency on x11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698