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

Unified Diff: ui/base/x/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 | « build/linux/system.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/BUILD.gn
diff --git a/ui/base/x/BUILD.gn b/ui/base/x/BUILD.gn
index 6be1ed616370203f6c8a7bfc1581ee8e408cb552..6571ce3dbfe01b9545a99ff07220153815afa2b4 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -16,7 +16,11 @@ component("x") {
"x11_util_internal.h",
]
- configs += [ "//build/config/linux:x11" ]
+ configs += [
+ "//build/config/linux:x11",
+ "//build/config/linux:x11-xcb",
+ "//build/config/linux:xcb",
sadrul 2016/08/09 16:12:30 Do you actually need the new configs?
+ ]
defines = [ "UI_BASE_X_IMPLEMENTATION" ]
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698