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

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

Issue 2163623003: Linux: Build with xcb (Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert all expected_deps* Created 4 years, 4 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 | build/linux/sysroot_scripts/install-sysroot.py » ('j') | ui/base/x/BUILD.gn » ('J')
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 c6867670026ad69f562e91b0f13ac3fc18b89113..d8ae8e6a016ec60757dbd92fd359a15ddf512a51 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -37,6 +37,8 @@ config("fontconfig") {
config("x11") {
libs = [
"X11",
+ "X11-xcb",
+ "xcb",
"Xcomposite",
"Xcursor",
"Xdamage",
@@ -48,6 +50,14 @@ config("x11") {
]
}
+config("x11-xcb") {
+ libs = [ "X11-xcb" ]
+}
+
+config("xcb") {
+ libs = [ "xcb" ]
+}
+
config("xcomposite") {
libs = [ "Xcomposite" ]
}
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/install-sysroot.py » ('j') | ui/base/x/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698