Update protoc_plugin Makefile: (#858)

- Update `PLUGIN_SRC`

- No need to check the dir before calling `mkdir -p` as it succeeds when
the dir already exists. Remove the check.

- `build-plugin` target doesn't do anything, remove it.

- Update `clean` dirs: we no longer have a `benchmark` dir in
protoc_plugin.
1 file changed
tree: 9a9df582827f56ce8fc0652f3d11548500fde16c
  1. .github/
  2. api_benchmark/
  3. benchmarks/
  4. protobuf/
  5. protoc_plugin/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.