blob: 8872f1802ea6ab68c5ea03507deb2393c1bbd9c6 [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("testing") {
testonly = true
sources = [
"cloud_provider_factory.cc",
"cloud_provider_factory.h",
]
public_deps = [
"//peridot/lib/convert",
"//peridot/lib/rng",
"//peridot/lib/rng:system",
"//sdk/fidl/fuchsia.ledger.cloud",
"//sdk/lib/sys/cpp",
"//src/ledger/cloud_provider_firestore/bin/fidl",
"//src/ledger/cloud_provider_firestore/bin/include",
"//src/ledger/lib/firebase_auth/testing:service_account_provider",
"//zircon/public/lib/async-loop-cpp",
]
deps = [
"//garnet/public/lib/fsl",
"//src/lib/fxl",
]
}