blob: 7e16ac0b552bac8b9bd1ac50682befed8ffef3c0 [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.
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++",
]
}