blob: fe2e6d4a6253c432f65222857fbde8d4552e31d5 [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("types") {
visibility = [ "//garnet/public/lib/fsl/*" ]
sources = [
"type_converters.cc",
"type_converters.h",
]
public_deps = [
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fxl",
]
}