blob: a3f5371d13cf0768fdd0e19b1ec8051f2ba63f09 [file] [log] [blame]
# 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/dart/dart_tool.gni")
# This is the protobuf plugin for dart we supply to the protoc compiler.
dart_tool("protoc_gen_dart") {
package_name = "protoc_gen_dart"
main_dart = "lib/main.dart"
deps = [ "//third_party/dart-pkg/pub/protoc_plugin" ]
}