blob: 8ae19cffb52e349ac6dd80a98fceff773d5b1131 [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"]
}