[build] Allow //third_party/tink-cc/* in visibility list Update visibility allowlists to permit //third_party/tink-cc/*, supporting the migration of Cobalt to standalone tink-cc. Bug: 524729018 TAG: agy CONV: 90202eb4-61f5-41b3-b833-bd1359a46a91 Change-Id: Ifa8f9b9e3feb4d347641145d46d5676953e8bb52 Reviewed-on: https://fuchsia-review.googlesource.com/c/protobuf-gn/+/1687488 Reviewed-by: Steve Fung <stevefung@google.com>
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/src.//.gn contains secondary_source = "//build/secondary/"See the GN documentation on secondary_source.
WARNING: DO NOT MODIFY THE BUILD.gn FILE DIRECTLY!
The BUILD.gn file in this directory is generated automatically. Any manual changes will be overwritten.
To make changes to the build configuration:
BUILD.input.gn file to suit your needs, for example managing visibility, suppressing warnings, etc.//third_party/protobuf to the target version.gen.py script located in this directory to regenerate the BUILD.gn file.BUILD.input.gn and the newly generated BUILD.gn file.Failing to modify BUILD.input.gn will result in your changes being lost the next time the build file is regenerated.