| # 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("fidl_cpp_base") { |
| sources = [ |
| "clone.cc", |
| "decoder.cc", |
| "encoder.cc", |
| "internal/logging.cc", |
| "include/lib/fidl/cpp/clone.h", |
| "include/lib/fidl/cpp/coding_traits.h", |
| "include/lib/fidl/cpp/comparison.h", |
| "include/lib/fidl/cpp/decoder.h", |
| "include/lib/fidl/cpp/encoder.h", |
| "include/lib/fidl/cpp/internal/logging.h", |
| "include/lib/fidl/cpp/object_coding.h", |
| "include/lib/fidl/cpp/string.h", |
| "include/lib/fidl/cpp/traits.h", |
| "include/lib/fidl/cpp/transition.h", |
| "include/lib/fidl/cpp/vector.h", |
| ] |
| include_dirs = [ "include" ] |
| public_deps = [ |
| "../fidl-async", |
| "../fidl_base", |
| "../fit", |
| "../zx", |
| ] |
| } |
| |
| group("all"){ |
| deps = [ |
| ":fidl_cpp_base", |
| ] |
| } |