[roll] Roll fuchsia [fidl] Correctly capture direct dependencies through compose

The previous code did not check any of the layout parameters
and constraints of type constructors included through a
compose

In the process, TransitiveDependencies is renamed to the more
accurate DirectDependencies and moved into flat_ast.

Test: x ninja -C out/default host_x64/fidl-compiler &&
out/default/host_x64-asan/exe.unstripped/fidl-compiler
--gtest_filter='DirectDependenciesTests.*'

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/536936
Original-Revision: 4a9cea699ed8d339f60a57c7a6ca20206817b4c7
GitOrigin-RevId: 09ef597a6980e153e6487e8decee54865bd250f8
Change-Id: Ie6258e8d0beb8471aae20f184bb6a0415902b438
1 file changed
tree: 8f8a48e3fe861806c35e487a32725242ff686da1
  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.