[roll] Roll fuchsia [fidl][cpp] No more messengers

We used to have messenger classes that help validate and send messages.
Now that validation is fully implemented right inside natural objects,
we can now remove the messenger classes and directly use
ClientBase/Completer.

A natural client messenger test was moved to test client base instead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665115
Original-Revision: f727d7fa06b50c74e8d8d6a74fb3e7c54df1c70b
GitOrigin-RevId: 41fa7f42b1841c16cc6f9d1f0ba0a1d405624cd8
Change-Id: Ib906ca9b47cdc42ce6a8fa12b4a090d4ed481ba8
1 file changed
tree: a34a9a2b65f96f5dcdcfad1a5876875ab74e3c47
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.