blob: 621075ea7919643c5358526d241d95d7e67769e8 [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/ledger/*" ]
source_set("sync") {
testonly = true
sources = [
"convergence.cc",
"long_history.cc",
"sync_tests.cc",
"test_sync_state_watcher.cc",
"test_sync_state_watcher.h",
]
deps = [
"//garnet/public/lib/callback",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//peridot/bin/ledger/fidl_helpers",
"//peridot/bin/ledger/storage/public",
"//peridot/bin/ledger/testing:lib",
"//peridot/lib/convert",
"//peridot/lib/firebase_auth/testing",
]
public_deps = [
"//peridot/bin/ledger/testing:ledger_instance_factory",
"//peridot/bin/ledger/tests/integration:integration_lib",
"//third_party/googletest:gtest",
"//zircon/public/lib/trace-provider",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}