blob: 914ff00b15d41273277d183abeb8ad7bf386b59f [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 = [
"page_sync_empty_impl.cc",
"page_sync_empty_impl.h",
]
public_deps = [
"//peridot/bin/ledger/cloud_sync/public",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}