| # 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" ] | |
| } |