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

Unified Diff: ui/base/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 | « no previous file | ui/base/x/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 75e2d1cb7b0f393eb81f25e2f40adec94512c40b..755f28d4a6c760e017359cb6e0510761517922d6 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -909,7 +909,10 @@ test("ui_base_unittests") {
sources += [
"dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
"x/selection_requestor_unittest.cc",
+ "x/x11_window_cache_unittest.cc",
]
+
+ deps += [ "//ui/base/x:x_window_cache" ]
}
if (is_chromeos) {
« no previous file with comments | « no previous file | ui/base/x/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698