| commit | 5f87ef9990fc4f4ffd76b3f5b0138562178db8bc | [log] [tgz] |
|---|---|---|
| author | Derek Xu <derekx@google.com> | Thu Feb 16 11:44:34 2023 -0500 |
| committer | Derek Xu <derekx@google.com> | Thu Feb 16 11:44:34 2023 -0500 |
| tree | 47c8bd97c585084d511ddbcc1ce6656559539b46 | |
| parent | ac7e0cda633a58077684439111675e2d9460d5bf [diff] |
Restore files related to custom_options_test These files used to be part of Fuchsia's fork of protobuf, but didn't get copied over when protobuf-gn was created. They should be restored because they test the `use_protobuf_full` option, which is still in use. See https://fuchsia-review.git.corp.google.com/c/third_party/protobuf/+/282468 Change-Id: Idf1dfbddc5a73d0e549d2daed3f97acf1d6132fc
This repository contains GN build system support for Protocol Buffers. It's in its own repository because it needs to be shared by Fuchsia and Cobalt.
This repo should be checked out such that:
//build/secondary/third_party/protobuf.//third_party/protobuf.//.gn contains secondary_source = "//build/secondary/"See the GN documentation on secondary_source.