blob: 58c519483a9f17b85768f9cafa8dfe5f0d083b89 [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.
source_set("handles") {
visibility = [ "//garnet/public/lib/fsl/*" ]
sources = [
"object_info.cc",
"object_info.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//zircon/public/lib/zx",
]
}