commit | 035767a2fbb7805c0f884466b3b7eb71fbde9315 | [log] [tgz] |
---|---|---|
author | Zach Bush <zmbush@google.com> | Thu May 26 12:24:42 2022 -0700 |
committer | Zach Bush <zmbush@google.com> | Thu May 26 13:33:24 2022 -0700 |
tree | 8b250b8f45a08d55c627efd1b3ba8ebef9698e85 | |
parent | ddb1c3a606c9ba16e776c72caca759ab577baad0 [diff] |
[protobuf] Update GN file to support protobuf v3.21.0 Add script gen.py and BUILD.gn.in that can be used to easily update file lists. Change-Id: I43eb31fe58f5322a89dd079d0e11858169455ac0
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.