commit | b041372447fd45478fe5c6aa0f77c72545712d58 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Thu Jul 29 11:36:50 2021 -0400 |
committer | Tamir Duberstein <tamird@google.com> | Thu Jul 29 12:22:27 2021 -0400 |
tree | dcfcf2d644712607c7ec5d3b2962f45f35c25c87 | |
parent | 66492ee03bd3e785b4f21e9bf435b09f9e13a16c [diff] |
Remove detritus Remove unused compiled_action.gni import. Remove test/BUILD.gn; it no longer builds because it depends on removed templates, and its definitions are now in the top-level BUILD.gn. Change-Id: I4b2aceeccc3476fbdd2105a82167d4abb2bbb0cc
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.