[roll] Roll fuchsia [gidl] Create cli library for pluggable backends

This CL moves GIDL's command-line interface logic into a separate cli
library. The cli library has no knowledge of specific backends, and
instead requires the caller to pass them in.

This will enable us to run the Dart backend in the google3 build instead
of manually running it from fuchsia.git and checking in generated code.

Note that the GIDL ir library still knows the overall set of supported
languages because it needs to be able to validate `bindings_allowlist`
and `bindings_denylist`.

Test: fx test //tools/fidl/gidl
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/933520
Original-Revision: b44f9d907e0c9273eb931ab006450446e984da8e
GitOrigin-RevId: a7527ac8a01e9338565713625df4d3754e892fac
Change-Id: Ia2ef84eb6845acdb98a40c3e5d4237628d1c048f
1 file changed
tree: 104f0ae3650789a50288c7c7a2875283012266ef
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.