blob: 527978e6c8aff0715df3d760e52379c1670761c9 [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("views") {
sources = [
"view_system.cc",
"view_system.h",
]
public_deps = [
"//garnet/lib/ui/gfx",
"//garnet/lib/ui/scenic",
]
}