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

Unified Diff: build/config/linux/BUILD.gn

Issue 682893003: Remove unnecessary libXss dependency via //build/config/linux:x11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 559dfd93a73461f440ab53e04213f3efaf6ac83a..98d131e800006d6da7cec92fda4075ac81043f84 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -68,8 +68,6 @@ if (use_evdev_gestures) {
}
config("x11") {
- # Don't bother running pkg-config for these X related libraries since it just
- # returns the same libs, and forking pkg-config is slow.
libs = [
"X11",
"Xcomposite",
@@ -79,7 +77,6 @@ config("x11") {
"Xfixes",
"Xi",
"Xrender",
- "Xss",
"Xtst",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698