blob: c6395c06e83e31d9157578317674a62625ef9f78 [file]
# 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("//build/tools/bazel2gn/bazel_migration.gni")
group("tests") {
testonly = true
deps = [ "test:tests" ]
}
## BAZEL2GN SENTINEL - DO NOT EDIT BELOW THIS LINE ##
#
# ________ _________ ________ ________
# |\ ____\|\___ ___\\ __ \|\ __ \
# \ \ \___|\|___ \ \_\ \ \|\ \ \ \|\ \
# \ \_____ \ \ \ \ \ \ \\\ \ \ ____\
# \|____|\ \ \ \ \ \ \ \\\ \ \ \___|
# ____\_\ \ \ \__\ \ \_______\ \__\
# |\_________\ \|__| \|_______|\|__|
# \|_________|
#
#
# AUTO-GENERATED - DO NOT EDIT
#
# The targets below are auto-generated based on the targets defined in the
# BUILD.bazel file from the same directory. If you made changes to targets in
# Bazel, instead of editing this file manually, run:
#
# > fx bazel2gn
#
# Please do NOT edit this file directly. Instead, edit the BUILD.bazel file and
# rerun bazel2gn.
import("//build/tools/bazel2gn/bazel_migration.gni")
# A self-verification target for generated content in this file.
if (is_host) {
verify_bazel2gn("verify_bazel2gn") {
}
}
zx_library("fit") {
public = [
"include/lib/fit/defer.h",
"include/lib/fit/function.h",
"include/lib/fit/function_traits.h",
"include/lib/fit/inline_any.h",
"include/lib/fit/internal/compiler.h",
"include/lib/fit/internal/function.h",
"include/lib/fit/internal/inline_any.h",
"include/lib/fit/internal/result.h",
"include/lib/fit/internal/utility.h",
"include/lib/fit/nullable.h",
"include/lib/fit/result.h",
"include/lib/fit/thread_checker.h",
"include/lib/fit/thread_safety.h",
"include/lib/fit/traits.h",
]
sdk_area = "Kernel"
sdk_publishable = "partner"
sdk_name = "fit"
stable = true
visibility = [ "*" ]
public_deps = [ "//sdk/lib/stdcompat" ]
sdk = "source"
}