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

Unified Diff: components/bookmarks.gypi

Issue 284743009: events: Create a separate platforms target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 | « chrome/chrome_browser_extensions.gypi ('k') | ui/aura/aura.gyp » ('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 1c46f14149696a180d3ec1737a78dbc063089847..9bcc08fea821c6b984788e8a5d62582ce2f60970 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -82,6 +82,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../ui/events/platform/events_platform.gyp:events_platform',
'../url/url.gyp:url_lib',
'bookmarks_core_browser',
],
@@ -91,6 +92,13 @@
'bookmarks/core/test/test_bookmark_client.cc',
'bookmarks/core/test/test_bookmark_client.h',
],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
+ ],
+ }],
+ ],
},
],
}
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698