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

Unified Diff: ui/base/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/base/ui_base_tests.gyp ('k') | ui/base/x/ui_base_x.gyp » ('j') | 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..fb83324aef17cdb8b1037422afdd35db67f5af6a 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -14,6 +14,10 @@ component("x") {
"x11_util.cc",
"x11_util.h",
"x11_util_internal.h",
+ "x11_window_cache.cc",
+ "x11_window_cache.h",
+ "x11_window_cache_event_source.cc",
+ "x11_window_cache_event_source.h",
]
configs += [ "//build/config/linux:x11" ]
« no previous file with comments | « ui/base/ui_base_tests.gyp ('k') | ui/base/x/ui_base_x.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698