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

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 API Created 4 years, 2 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/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/BUILD.gn
diff --git a/ui/base/x/BUILD.gn b/ui/base/x/BUILD.gn
index 10d0bcc8de299117cbd768afaf69b4001d1028e0..743c27bde5a42ba7629be1e5c31cce82b8c55824 100644
--- a/ui/base/x/BUILD.gn
+++ b/ui/base/x/BUILD.gn
@@ -35,3 +35,21 @@ component("x") {
"//ui/gfx/x",
]
}
+
+component("x_window_cache") {
+ output_name = "ui_base_x_window_cache"
+
+ defines = [ "UI_BASE_X_IMPLEMENTATION" ]
+
+ sources = [
+ "x11_window_cache.cc",
+ "x11_window_cache.h",
+ ]
+
+ configs += [ "//build/config/linux:x11" ]
+
+ deps = [
+ "//base",
+ "//ui/events/platform/x11",
+ ]
+}
« no previous file with comments | « ui/base/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