blob: 8a92d33d6fe83bd4ab1e5d55b27ba1643931d622 [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 = [ "//src/ledger/*" ]
source_set("testing") {
testonly = true
sources = [
"page_sync_empty_impl.cc",
"page_sync_empty_impl.h",
]
public_deps = [ "//src/ledger/bin/cloud_sync/public" ]
configs += [ "//src/ledger:ledger_config" ]
}