[roll] Roll fuchsia [fuchsia-controller] Delete dynamic Python FIDL bindings

The approach for this change was the following:

- Delete fidl._import which contains the import hooks for the fidl
  module.
- Delete all fuchsia-controller tests that correspond to duplicate tests
  covered by fidlgen_python.
- Modify all remaining uses of fidl imports. Some stopped working purely
  because the import hook is not present.
- Move get_fidl_ir_map() into fidl.ir module.
- Move ProtocolMarker into fidl._fidl_common as FidlProtocolMarker
- Delete fidl._library and fidl._import
- Delete importing.py tests. Some of these were more than just testing
  import hooks, but they're all covered by fidlgen_python tests.
- Rename the GIDL fuchsia-controller backend to python.

The dynamic Python FIDL bindings provided a template for me to write the
bindings for fidlgen_python. For that, I'm grateful to the authors of
the original dynamic bindings.

Original-Bug: 325654974
Original-Fixed: 355717613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249187
Original-Revision: c6372f9d145959ebf357fe74ca5de514ea11cb78
GitOrigin-RevId: 47e7f79092235f6c71a522c72a693c81f5a8ffd0
Change-Id: Ia4b8798d512117850242fbf77e0e0f5c5808fd02
1 file changed
tree: 6ff3ebfcc1c22f5bfa1df30a6c3de8a06b25f0c9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.