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

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: . 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
« no previous file with comments | « no previous file | ui/base/ui_base.gyp » ('j') | ui/events/platform/x11/x11_event_source.cc » ('J')
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 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) {
« no previous file with comments | « no previous file | ui/base/ui_base.gyp » ('j') | ui/events/platform/x11/x11_event_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698