blob: a3b32201e2242e2fb50e25689326fd9deef9409c [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 = [
"encoding.cc",
"encoding.h",
"test_firestore_service.cc",
"test_firestore_service.h",
]
public_deps = [
"//garnet/public/lib/fidl/cpp",
"//peridot/bin/cloud_provider_firestore/firestore",
"//peridot/bin/cloud_provider_firestore/include",
"//peridot/public/fidl/fuchsia.ledger.cloud",
]
deps = [
"//third_party/googleapis/google/firestore/v1beta1",
"//third_party/googleapis/google/firestore/v1beta1:service",
"//third_party/grpc:grpc++",
]
}