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

Unified Diff: base/BUILD.gn

Issue 235043005: x11: Remove X11 message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index cc9500d818c04a06c0b248bdb414eda5f3d33d8d..2860e1c2936d9e2fbec20ad308d6f134bf2f4ca0 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -330,8 +330,6 @@ component("base") {
"message_loop/message_pump_observer.h",
"message_loop/message_pump_win.cc",
"message_loop/message_pump_win.h",
- "message_loop/message_pump_x11.cc",
- "message_loop/message_pump_x11.h",
"metrics/field_trial.cc",
"metrics/field_trial.h",
"metrics/sample_map.cc",
@@ -788,13 +786,6 @@ component("base") {
linux_configs += [
"//build/config/linux:x11",
]
- } else {
- # On non-Linux platforms, the X11 files will already have been filtered
- # out using the sources assignment filter.
- sources -= [
- "message_loop/message_pump_x11.cc",
- "message_loop/message_pump_x11.h",
- ]
}
configs += linux_configs

Powered by Google App Engine
This is Rietveld 408576698