blob: 7e8020966382df41cbb6e5f8bf2639f51db5b4a3 [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",
]
deps = [
"//garnet/public/lib/fsl",
"//src/lib/fxl",
]
configs += [ "//src/ledger:ledger_config" ]
}