| # 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/zircon/migrated_targets.gni") |
| |
| zx_library("fit") { |
| sdk = "source" |
| sdk_publishable = true |
| sdk_headers = [ |
| "lib/fit/constructors_internal.h", |
| "lib/fit/defer.h", |
| "lib/fit/function.h", |
| "lib/fit/function_internal.h", |
| "lib/fit/function_traits.h", |
| "lib/fit/nullable.h", |
| "lib/fit/storage_internal.h", |
| "lib/fit/thread_checker.h", |
| "lib/fit/thread_safety.h", |
| "lib/fit/traits.h", |
| "lib/fit/utility_internal.h", |
| "lib/fit/inline_any.h", |
| "lib/fit/inline_any_internal.h", |
| ] |
| |
| sources = [] |
| public_deps = [ "//sdk/lib/stdcompat" ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ "test:tests" ] |
| } |