blob: 5f8bdd4e513046d65e9e55a144e55633a3d127a4 [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.
library("range") {
sdk = "source"
sdk_headers = [ "range/range.h" ]
sources = [
"range.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
public_deps = [
# "$zx/system/ulib/fbl:headers",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
"$zx/system/ulib/zx",
"$zx/third_party/ulib/zstd",
]
}