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

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

Issue 2199063003: Linux: Add xcb FD to glib event loop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor 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 | « ui/events/platform/x11/x11_event_source_glib.cc ('k') | ui/gfx/x/x11_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ui/events/platform/x11/x11_event_source_glib.cc ('k') | ui/gfx/x/x11_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698