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

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

Issue 2177823002: X11: Add window cache Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test compilation Created 4 years, 3 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/base/x/BUILD.gn
diff --git a/ui/base/x/BUILD.gn b/ui/base/x/BUILD.gn
index 6be1ed616370203f6c8a7bfc1581ee8e408cb552..1af02b343c02fd155ee015b8a0aa7a1960bdd219 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -14,6 +14,8 @@ component("x") {
"x11_util.cc",
"x11_util.h",
"x11_util_internal.h",
+ "x11_window_cache.cc",
+ "x11_window_cache.h",
]
configs += [ "//build/config/linux:x11" ]
@@ -27,6 +29,7 @@ component("x") {
"//ui/events",
"//ui/events/devices/x11",
"//ui/events/keycodes:x11",
+ "//ui/events/platform/x11",
"//ui/gfx",
"//ui/gfx/x",
]
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/x/x11_window_cache.h » ('j') | ui/base/x/x11_window_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698