blob: 50007ee016b8ea49d8e498b37dd90bd5ccdc40e8 [file] [log] [blame]
# Copyright 2016 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/ledger/*" ]
source_set("testing") {
testonly = true
sources = [
"test_cloud_provider.cc",
"test_cloud_provider.h",
"test_commit.cc",
"test_commit.h",
"test_device_set.cc",
"test_device_set.h",
"test_page_cloud.cc",
"test_page_cloud.h",
"test_page_storage.cc",
"test_page_storage.h",
]
public_deps = [
"//peridot/bin/ledger/cloud_sync/public",
"//peridot/bin/ledger/encryption/fake",
"//peridot/bin/ledger/fidl/include",
"//peridot/bin/ledger/storage/public",
"//peridot/bin/ledger/storage/testing",
"//peridot/lib/commit_pack",
"//peridot/public/fidl/fuchsia.ledger.cloud",
]
deps = [
"//garnet/public/lib/callback",
"//garnet/public/lib/fsl",
"//zircon/public/lib/trace",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}