| # 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. | |
| visibility = [ "//peridot/bin/cloud_provider_firestore/*" ] | |
| source_set("testing") { | |
| testonly = true | |
| sources = [ | |
| "test_credentials_provider.cc", | |
| "test_credentials_provider.h", | |
| ] | |
| public_deps = [ | |
| "//garnet/public/lib/callback", | |
| "//peridot/bin/cloud_provider_firestore/app:lib", | |
| "//third_party/grpc:grpc++", | |
| ] | |
| } |