| # Copyright 2022 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/go/go_library.gni") |
| |
| go_library("gidl") { |
| deps = [ |
| "../config", |
| "../gidl/util", |
| "../types", |
| ] |
| sources = [ |
| "bool_array.go", |
| "byte_array.go", |
| "byte_vector.go", |
| "byte_vector_limit.go", |
| "enum_array.go", |
| "enum_array_non_dense.go", |
| "float_array.go", |
| "gpu_magma.go", |
| "handle_event_array.go", |
| "handle_plain_array.go", |
| "hardware_display.go", |
| "int32_array.go", |
| "int32_vector.go", |
| "optional_struct_tree.go", |
| "optional_union_tree.go", |
| "padded_struct_tree.go", |
| "struct_array.go", |
| "struct_field.go", |
| "struct_tree.go", |
| "struct_vector.go", |
| "table_all_set.go", |
| "table_all_unset.go", |
| "table_reserved_last_set.go", |
| "table_single_set.go", |
| "union.go", |
| ] |
| } |