Require the repo to be checked out at //build/secondary/third_party/protobuf GN doesn't seem to respect secondary_source for an action's script, so we just hard-code the checkout location, which is OK since that's compatible with both Fuchsia and Cobalt. Bug: 59636 Change-Id: Ie4a2252c5542891b08d85bd4a010f0787e77da2a
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.