blob: a85417ac7deb01cfc97fa57bd4a41b4866fee484 [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/*",
]
source_set("base64url") {
sources = [
"base64url.cc",
"base64url.h",
]
public_deps = [
"//garnet/public/lib/fxl",
]
deps = [
"//peridot/third_party/modp_b64",
]
}