mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
This is just a straightforward copy of https://github.com/bazelbuild/rules_proto/blob/main/proto/private/rules/proto_descriptor_set.bzl with the related tooling and test files. The only modifications are:
- Changed paths to match the organization of this repo
- Included constants directly in the test file instead of a separate header in a separate directory.
Closes #19647
Closes #23369
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/23369 from SpencerC:proto_descriptor_set
|
||
|---|---|---|
| .. | ||
| common | ||
| private | ||
| tests | ||
| toolchains | ||
| BUILD.bazel | ||
| cc_proto_library.bzl | ||
| java_lite_proto_library.bzl | ||
| java_proto_library.bzl | ||
| proto_descriptor_set.bzl | ||
| proto_library.bzl | ||
| py_proto_library.bzl | ||
| upb_c_proto_library.bzl | ||
| upb_minitable_proto_library.bzl | ||
| upb_proto_library.bzl | ||
| upb_proto_reflection_library.bzl | ||
| visibility.bzl | ||