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

Unified Diff: components/bookmarks.gypi

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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 | « PRESUBMIT.py ('k') | ui/aura/DEPS » ('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 cef049fbb5344d130247e179514ad7b3181d0632..91e1ac0aa8548f4f75a2dc2c8ac730e50dea33c7 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -99,6 +99,13 @@
],
}],
],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
+ ],
+ }],
+ ],
},
],
}
« no previous file with comments | « PRESUBMIT.py ('k') | ui/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698