Chromium Code Reviews| Index: chrome/chrome_browser_ui_views.gyp |
| diff --git a/chrome/chrome_browser_ui_views.gyp b/chrome/chrome_browser_ui_views.gyp |
| index 160148cabd848d6a0e44b38f0a132ba3c0ffcb0f..fe6d0e5565062f180d91a5b8c800636660c98e18 100644 |
| --- a/chrome/chrome_browser_ui_views.gyp |
| +++ b/chrome/chrome_browser_ui_views.gyp |
| @@ -24,6 +24,14 @@ |
| ['use_ash==1', { |
| 'dependencies': [ |
| '../ash/ash.gyp:ash', |
| + '../components/components.gyp:exo', |
| + ], |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'dependencies': [ |
| + '../components/components.gyp:exo_wayland', |
| + ], |
| + }], |
| ], |
| }], |
| ], |