| # Copyright 2018 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") | |
| # TODO(fxbug.dev/58759): Remove once fidlgen_dart is updated to depend on individual | |
| # targets. | |
| go_library("compiler") { | |
| name = "go.fuchsia.dev/fuchsia/garnet/go/src/fidl/compiler/..." | |
| source_dir = "compiler" | |
| deps = [ "//third_party/golibs:github.com/google/go-cmp" ] | |
| } |