commit | a2be82f9a05ba19f28db29891288ac1d66f1f3fb | [log] [tgz] |
---|---|---|
author | Gary Miguel <garymm@google.com> | Wed Feb 17 12:45:38 2021 -0800 |
committer | Gary Miguel <garymm@google.com> | Wed Feb 17 12:46:44 2021 -0800 |
tree | 46cf82f60c10a05fcaaaff4266ef3197ac0645a3 | |
parent | 650e81d5806459418381ed3c76afa286c35cefdf [diff] |
copy test/BUILD.gn from third_party/protobuf All GN support should be in this repo, not that one. I over-looked this in the previous commit (https://fuchsia-review.googlesource.com/c/protobuf-gn/+/472298). Bug: 59636 Change-Id: I9a3f76ca7315676d8f90071e287bd92c54ab1112
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 in secondary build directory that corresponds to the location of the protobuf repo. See the GN documentation on secondary_source.
For example if //.gn
contains:
secondary_source = "//build/secondary/"
And protobuf is checked out at //third_party/protobuf
, then this repo should be checked out at //build/secondary/third_party/protobuf
.