commit | 73fbd22d71b8963473e8d74fa97b622337a992ac | [log] [tgz] |
---|---|---|
author | Jason Graffius <jgraff@google.com> | Mon Apr 19 12:10:17 2021 -0700 |
committer | Jason Graffius <jgraff@google.com> | Tue Apr 20 08:15:35 2021 -0700 |
tree | 615fb8b8296790247f4bd4c7f2d7ee90b880455c | |
parent | d1b23fbe50ee28a2582c2be85cce3cfdd13e5a2f [diff] |
[protobuf] Add options for plugin depfile Adds options to protoc_wrapper.py to build a depfile on behalf of the plugin. Change-Id: I68bc7ef2b2edd1dfc232bb78c310f81082576b71
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.