| 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',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| ],
|
| }
|
|
|