Chromium Code Reviews| Index: components/exo.gypi |
| diff --git a/components/exo.gypi b/components/exo.gypi |
| index a757de7821c1f4e3b8bfae64b5072eb54ccf4e2f..63bcfdf0318c7e8dec3e41627250ab3bc1fc3fde 100644 |
| --- a/components/exo.gypi |
| +++ b/components/exo.gypi |
| @@ -66,6 +66,13 @@ |
| 'exo/wayland/server.cc', |
| 'exo/wayland/server.h', |
| ], |
| + 'conditions': [ |
| + ['use_ozone==1', { |
| + 'dependencies': [ |
| + '../third_party/mesa/mesa.gyp:wayland_drm_protocol', |
| + ], |
| + }], |
| + ], |
| }, |
| ], |
| }], |