commit | 191d5d15fca4f0c8409664f73934c2e8b3e60940 | [log] [tgz] |
---|---|---|
author | Mitchell Kember <mkember@fuchsia.infra.roller.google.com> | Fri Oct 20 00:06:21 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 19 17:07:37 2023 -0700 |
tree | 104f0ae3650789a50288c7c7a2875283012266ef | |
parent | 5180f25e16c8b49feb7768d4da8d1bb6f28a5976 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.