Chromium Code Reviews| 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', |
| + ], |
| + }], |
| ], |
| }, |
| { |