[roll] Roll fuchsia [blobfs] Move code out of blob files.

Moves Blob::WriteInfo out of the header and into the .cc file which
makes the Blob header a bit easier to follow. This struct only needs to
be forward-declared and is used only in blob.cc.

Moves the "Producer" classes out of blob.cc and into their own file.
This is a non-trivial amount of code and allows the compliex blob.cc
file to be a bit simpler.

There should be no behavior change.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/496764
Original-Revision: b669595b31a3adeb2c0142c8823c4f97464e6a4f
GitOrigin-RevId: 149c4d0dda1d8bbe6d4003356aa7e6005dd68a34
Change-Id: Ie730e2546c46004e7baa4b52cfcf60a9327574cb
1 file changed
tree: fbf5aa0292e9ed0f07f6b1e8cdc02f1ce472fca1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.