| # 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", | |
| ] | |
| } |