blob: 1771ac31c9122f2fea9b346bc5e8f65933b1c728 [file] [log] [blame]
# Copyright 2018 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/package.gni")
source_set("guest") {
sources = [
"scenic_wayland_dispatcher.cc",
"scenic_wayland_dispatcher.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.guest",
"//garnet/public/fidl/fuchsia.sys",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fxl",
]
}