blob: 229d880e5d1600250473ab76670d70d64c65f2b5 [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 = [ "//src/ledger/cloud_provider_firestore/bin/*" ]
source_set("testing") {
testonly = true
sources = [
"encoding.cc",
"encoding.h",
"test_firestore_service.cc",
"test_firestore_service.h",
]
public_deps = [
"//sdk/fidl/fuchsia.ledger.cloud",
"//sdk/lib/fidl/cpp",
"//src/ledger/cloud_provider_firestore/bin/firestore",
"//src/ledger/cloud_provider_firestore/bin/include",
]
deps = [
"//third_party/googleapis/google/firestore/v1beta1",
"//third_party/googleapis/google/firestore/v1beta1:service",
"//third_party/grpc:grpc++",
]
}