blob: 39b37db3d48bfee46ea5c6604288be274603accc [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.
import("//build/fidl/fidl.gni")
source_set("syncable") {
sources = [
"syncable.h",
# TODO(https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=43106): Generate these two headers
# rather than using checked-in copies.
"syncable_internal.h",
"syncable_public.h",
]
public_deps = [
"//src/ledger/bin/fidl/syncable",
"//src/ledger/bin/public",
"//src/ledger/fidl/fuchsia.ledger",
"//src/ledger/fidl/fuchsia.ledger.internal",
]
configs += [ "//src/ledger:ledger_config" ]
}