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

Unified Diff: ui/base/x/ui_base_x.gyp

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/x/BUILD.gn ('k') | ui/base/x/x11_window_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/ui_base_x.gyp
diff --git a/ui/base/x/ui_base_x.gyp b/ui/base/x/ui_base_x.gyp
index 6b88e89142eb00ad4e0d7df8ad87b39c98488a19..8e4ef6c513b219736c88387de2d34397a5a10955 100644
--- a/ui/base/x/ui_base_x.gyp
+++ b/ui/base/x/ui_base_x.gyp
@@ -43,6 +43,10 @@
'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',
],
},
],
« no previous file with comments | « ui/base/x/BUILD.gn ('k') | ui/base/x/x11_window_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698