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

Unified Diff: ui/base/BUILD.gn

Issue 1892483005: SelectionOwner: add support for TIMESTAMP target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nogncheck Created 4 years, 8 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/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 6390bd4e1e8b2ea2137cbb1e1b28e9965e7503ce..2f90d7da4b26a6b9cd0f0bdc44ba3e47df6008e4 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -401,6 +401,7 @@ component("base") {
"x/selection_utils.cc",
"x/selection_utils.h",
]
+ deps += [ "//ui/events/platform/x11" ]
}
if (use_aura) {

Powered by Google App Engine
This is Rietveld 408576698