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

Unified Diff: components/bookmarks.gypi

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 | « no previous file | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 69d5b5892766a227eb2c19d3537d70e813302787..bea253f0e15f8d4ec6badbb4e14af3e610f11a1b 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -85,6 +85,12 @@
'<(DEPTH)/ui/views/views.gyp:views',
],
}],
+ ['use_x11==1', {
+ 'dependencies': [
+ '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
+ '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ }],
],
},
{
« no previous file with comments | « no previous file | components/bookmarks/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698