blob: f9ad803e6729a938032dadaa7734d660b68d0312 [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.
source_set("sketchy") {
sources = [
"sketchy_system.cc",
"sketchy_system.h",
]
public_deps = [
"//garnet/lib/ui/gfx",
"//garnet/lib/ui/scenic",
"//zircon/public/lib/async-loop-cpp",
]
}