blob: bffd88c634b1311aa00e196cca8caa3200c365ad [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.
import("//third_party/flatbuffers/flatbuffer.gni")
visibility = [ "//peridot/bin/ledger/*" ]
source_set("public") {
sources = [
"p2p_provider.h",
"types.h",
"user_id_provider.h",
]
public_deps = [
"//garnet/public/lib/fxl",
]
deps = []
}