blob: 062268c53be803850ef8c5d101533d4cbd96e7e5 [file] [log] [blame]
# Copyright 2017 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.
visibility = [
"//peridot/bin/*",
"//peridot/lib/*",
"//src/ledger/*",
]
source_set("base64url") {
sources = [
"base64url.cc",
"base64url.h",
]
public_deps = [
"//src/lib/fxl",
]
deps = [
"//peridot/third_party/modp_b64",
]
}