blob: d9f3fe0eb21e946210b1149243700abc70a92801 [file] [log] [blame]
Peng Huang87a65cd2017-10-06 15:21:471# 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
5assert(is_chromeos)
6
7source_set("wayland") {
8 sources = [
9 "wayland_server_controller.cc",
10 "wayland_server_controller.h",
11 ]
12
13 deps = [
Scott Violetb84f2292017-11-20 18:06:3214 "//ash/public/cpp",
Peng Huang87a65cd2017-10-06 15:21:4715 "//base",
16 "//components/exo",
17 "//components/exo/wayland",
18 "//skia",
19 ]
20}