Match build definitions to 66d7491

This is the minimum version that doesn't contain problematic licenses.

Change-Id: I1fcdd7c523cab5fbb9cf937731c24b13347997ca
1 file changed
tree: b67428f35b0fc66bde521030c1f3a646c2eab63e
  1. AUTHORS
  2. BUILD.gn
  3. CONTRIBUTING.md
  4. LICENSE
  5. OWNERS
  6. PATENTS
  7. proto_library.gni
  8. protoc_wrapper.py
  9. README.md
README.md

Protocol Buffers GN Build Support

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:

  • It is in //build/secondary/third_party/protobuf.
  • Protobuf is in //third_party/protobuf.
  • //.gn contains secondary_source = "//build/secondary/"

See the GN documentation on secondary_source.