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

Unified Diff: ui/gfx/x/BUILD.gn

Issue 2163623003: Linux: Build with xcb (Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added symbol references from ui/gfx/x 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
Index: ui/gfx/x/BUILD.gn
diff --git a/ui/gfx/x/BUILD.gn b/ui/gfx/x/BUILD.gn
index ad4d31a711d7949e87f2fed793c5d02ab9d06418..7a186ae7a05a3d16fe27eaa277aa2dd3c42e3a3f 100644
--- a/ui/gfx/x/BUILD.gn
+++ b/ui/gfx/x/BUILD.gn
@@ -27,7 +27,11 @@ component("x") {
defines = [ "GFX_IMPLEMENTATION" ]
- configs += [ "//build/config/linux:x11" ]
+ configs += [
+ "//build/config/linux:x11",
+ "//build/config/linux:x11-xcb",
+ "//build/config/linux:xcb",
+ ]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698