Peng Huang | 87a65cd | 2017-10-06 15:21:47 | [diff] [blame] | 1 | # Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | assert(is_chromeos) |
| 6 | |
| 7 | source_set("wayland") { |
| 8 | sources = [ |
| 9 | "wayland_server_controller.cc", |
| 10 | "wayland_server_controller.h", |
| 11 | ] |
| 12 | |
| 13 | deps = [ |
Scott Violet | b84f229 | 2017-11-20 18:06:32 | [diff] [blame] | 14 | "//ash/public/cpp", |
Peng Huang | 87a65cd | 2017-10-06 15:21:47 | [diff] [blame] | 15 | "//base", |
| 16 | "//components/exo", |
| 17 | "//components/exo/wayland", |
| 18 | "//skia", |
| 19 | ] |
| 20 | } |