blob: 1f9a96bf2cc1ad303a133881c9618fc01db6d1ea [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 = [ "//src/ledger/*" ]
group("sync") {
testonly = true
public_deps = [
":ledger_benchmark_sync",
]
}
executable("ledger_benchmark_sync") {
testonly = true
deps = [
"//garnet/public/lib/fsl",
"//peridot/lib/convert",
"//sdk/fidl/fuchsia.ledger",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//src/ledger/bin/testing:get_ledger",
"//src/ledger/bin/testing:lib",
"//src/ledger/cloud_provider_firestore/bin/testing",
"//src/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/fit",
"//zircon/public/lib/trace-provider",
]
sources = [
"sync.cc",
]
configs += [ "//src/ledger:ledger_config" ]
}