blob: b2304cffbfef4e856740e76a5808448ccfaae5d4 [file] [log] [blame]
# Copyright 2016 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/test.gni")
source_set("util") {
sources = [
"fidl_publisher.h",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
]
public_deps = [
"//zircon/public/lib/fit",
]
}