[roll] Roll fuchsia [build] Clean up -Wno-deprecated-this-capture

The blanket -Wno-deprecated-this-capture should be cleaned up now
that C++20 is required.  Changes are in flight to fix up most
instances.  However, //third_party/spirv* BUILD.gn files still
need to be updated and cannot be done in this commit.  This sets
up the other //third_party case with a local opt-in suppression.
The blanket suppression remains in effect, though now plumbed via
its own config.  Once //third_party/spirv* is resolved, the
blanket suppression can be removed.

Original-Bug: 42073532
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272525
Original-Revision: 1bb8f19bbae543a067e8e96c4937bf35f5498475
GitOrigin-RevId: d3eccacff92697660266fb92ef558f4e98438c5b
Change-Id: Ica6c249223b2d06d862853573b79665f5b8a3775
1 file changed
tree: 48fc55aac99a97c41373139d825af58711282cdf
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.