[roll] Roll fuchsia Revert "[component][fuzzing] Update GN templates for libfuzzer"

This reverts commit b5ad705cd4bdbef7bfdab88fed1b6863456959e8.

Reason for revert: More ninja no-op convergence issues e.g. go/bbid/8799678383822995649

Original change's description:
> [component][fuzzing] Update GN templates for libfuzzer
>
> This is mostly a reland of commit 8a9594292d92e118b468ddb5b18d65e5bc53009a
>
> It differs from the original in that the `data_deps` in
> `fuchsia_library_fuzzer` have been converted to `deps`. Notably, the
> `corpus` parameter on the latter may not be a `group` of `resource`
> targets. In at least one case it is target that generates fuzzer inputs
> and therefore needs stricter ordering.
>
> Original change's description:
> > [component][fuzzing] Update GN templates for libfuzzer
> >
> > This CL adds new templates for building library fuzzers in the v2 fuzzing
> > framework. These templates try to present the same "look and feel" as
> > those for components.v2, e.g.
> >   `test()`                   => `fuchsia_library_fuzzer()`
> >   `host_test()`              => `host_library_fuzzer()`
> >   `fuchsia_test_component()` => `fuchsia_fuzzer_component()`
> >   `fuchsia_test_package()`   => `fuchsia_fuzzer_package()`
> >
> > Original-Bug: 45347
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/706926
>
> Original-Bug: 45347
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/744383

Original-Bug: 45347
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/745344
Original-Revision: ae62887d3e14819be7ca5c25a93809f9c8322eb6
GitOrigin-RevId: a36f33834df33235685c00deef3f8262a23a82ef
Change-Id: I9feaa973da7860e9b5983747608b31a9c7dab28f
1 file changed
tree: 416a2d3a9fff72cebea25bbe86b412e55631955b
  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.