blob: 161b110fe93c0cc4600066bdd206fd0835b23855 [file] [log] [blame] [edit]
# 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.
source_set("sketchy") {
sources = [
"sketchy_system.cc",
"sketchy_system.h",
]
public_deps = [
"//garnet/lib/ui/gfx",
"//garnet/lib/ui/scenic",
]
}