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

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: USE_GLIB 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 | « components/bookmarks/browser/bookmark_utils_unittest.cc ('k') | ui/base/ui_base.gyp » ('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 a4f296f2ccc4df0b0b643359dd680fd8c8da1234..a1e215c1a2126bdb0804289c630f11ac3991c15b 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 | « components/bookmarks/browser/bookmark_utils_unittest.cc ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698