| # Copyright 2020 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. |
| |
| # DO NOT MANUALLY EDIT! |
| # Generated by //scripts/sdk/gn/generate.py. |
| |
| |
| import("../../build/fuchsia_sdk_pkg.gni") |
| |
| fuchsia_sdk_pkg("fit") { |
| sources = [ |
| "barrier.cc", |
| "promise.cc", |
| "scheduler.cc", |
| "scope.cc", |
| "sequencer.cc", |
| "single_threaded_executor.cc", |
| "include/lib/fit/barrier.h", |
| "include/lib/fit/bridge.h", |
| "include/lib/fit/bridge_internal.h", |
| "include/lib/fit/constructors_internal.h", |
| "include/lib/fit/defer.h", |
| "include/lib/fit/function.h", |
| "include/lib/fit/function_internal.h", |
| "include/lib/fit/function_traits.h", |
| "include/lib/fit/in_place_internal.h", |
| "include/lib/fit/nullable.h", |
| "include/lib/fit/optional.h", |
| "include/lib/fit/promise.h", |
| "include/lib/fit/promise_internal.h", |
| "include/lib/fit/result.h", |
| "include/lib/fit/scheduler.h", |
| "include/lib/fit/scope.h", |
| "include/lib/fit/sequencer.h", |
| "include/lib/fit/single_threaded_executor.h", |
| "include/lib/fit/storage_internal.h", |
| "include/lib/fit/string_view.h", |
| "include/lib/fit/thread_safety.h", |
| "include/lib/fit/traits.h", |
| "include/lib/fit/utility_internal.h", |
| "include/lib/fit/variant.h", |
| ] |
| include_dirs = [ "include" ] |
| public_deps = [ |
| ] |
| } |
| |
| group("all"){ |
| deps = [ |
| ":fit", |
| ] |
| } |