| # 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" ] | |
| } |