Chromium Code Reviews| Index: chrome/browser/ui/views/BUILD.gn |
| diff --git a/chrome/browser/ui/views/BUILD.gn b/chrome/browser/ui/views/BUILD.gn |
| index 88317670b6f677c0b5626736cddaaacbd44a7209..2bd73aef3276a275e1b7d9a09de2531b310a2cdd 100644 |
| --- a/chrome/browser/ui/views/BUILD.gn |
| +++ b/chrome/browser/ui/views/BUILD.gn |
| @@ -36,6 +36,12 @@ component("views") { |
| ] |
| if (use_ash) { |
| - deps += [ "//ash" ] |
| + deps += [ |
| + "//ash", |
| + "//components/exo", |
| + ] |
| + if (is_linux) { |
|
piman
2015/11/17 02:43:53
Do we need this on anything but chromeos at this p
reveman
2015/11/17 18:04:04
Fyi, this only pulls in //third_party/wayland:wayl
reveman
2015/11/18 00:21:47
Added enable_wayland_server option to latest patch
|
| + deps += [ "//components/exo/wayland" ] |
| + } |
| } |
| } |