blob: 913279e6d297f35039c21a8038633bbf1fc80d32 [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",
]
}