blob: 64ca239be04b8b84177b65b2ba0a849278e04b77 [file] [log] [blame]
# Copyright 2019 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("util") {
sources = [
"util.cc",
"util.h",
]
public_deps = []
deps = [
"//garnet/public/lib/fsl",
"//sdk/fidl/fuchsia.ui.views",
]
}