[roll] Roll fuchsia [gidl] Remove "gidl" prefix import aliases

This CL makes GIDL source import packages normally, without aliases.
Before, imports were always aliased to add the "gidl" prefix. There is
no benefit to doing this. We probably started doing it everywhere back
when there was gidl/ir and fidl/ir to distinguish (the latter is now
called "fidlgen").

This change was generated mechanically:

    names='c|config|cpp|dart|drivercpp|driverllcpp|dynfidl|corpus|golang|hlcpp|ir|librust|llcpp|mixer|parser|reference|rust|util|walker'
    find tools/fidl/gidl -name '*.go' | xargs sed -ri "s/^\tgidl($names) \"/\t\"/;s/\bgidl($names)\\./\\1\\./g"

With some manual changes in tools/fidl/gidl/main.go.

Test: fx test gidl --host
Multiply: host_x64/fidl-c-conformance-host-tests: 100
Multiply: host_x64/fidl_rust_conformance_tests: 100
Multiply: host_x64/fidl_cpp_conformance_tests: 100
Multiply: host_x64/fidl_hlcpp_conformance_tests: 100
Multiply: host_x64/fidl_llcpp_conformance_tests: 100
Multiply: host_x64/obj/src/tests/fidl/fidl_go_conformance/fidl_go_conformance_tests.sh: 100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/780092
Original-Revision: cf5966e1dd96e9aa6808bad3c6cc556accb0f033
GitOrigin-RevId: f70f550e293798f21fcc701a4043c8d688765c97
Change-Id: I0f34b905e0f7d35c70f4429350ec081b4ef1ec8e
1 file changed
tree: 5978b147e61789c9f5ff7d75a508a1106936fd1c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.