blob: 86c52f07f52e88c6e7662c21eebe5b586f992eca [file] [log] [blame]
# Copyright 2019 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("$zx_build/public/gn/library_shim.gni")
library("chromeos-disk-setup") {
sources = [
"chromeos-disk-setup.cc",
]
public_deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
]
deps = [
"$zx/system/ulib/fit",
"$zx/system/ulib/gpt",
"$zx/system/ulib/zircon",
]
}