blob: 6a76ee81eeb6b11f75704ace65f9407beade1b6c [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/ledger/*" ]
source_set("public") {
sources = [
"ledger_sync.h",
"page_sync.h",
"sync_state_watcher.h",
"user_sync.h",
]
public_deps = [
"//garnet/public/lib/fxl",
"//peridot/bin/ledger/cloud_sync/public",
"//peridot/bin/ledger/p2p_sync/public",
"//peridot/bin/ledger/storage/public",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}