[roll] Roll fuchsia [graphics][ui][fonts] Reformat for new GN binary

In order to prepare for the roll of a new GN binary with
stricted 80 column width for comments, reformat our current
GN files under src/fonts, src/graphics and src/ui.

This only affects comments, and doesn't touch LINT checks
as verified by looking at the content of

git diff HEAD | grep 'LINT'
git diff HEAD | grep -v '#' | grep -E '^[+-]' | grep -v -E '^(\+\+\+|---)'

Original-Original-Bug: 511976539
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1640277
Original-Original-Revision: 85fafa3f9ae518b027d4c70de47f7ebff58ae6ad
GitOrigin-RevId: 5f7d48a1684f3fd5f7a7701283b3c9646cde6b4e
Change-Id: I6a75d22d3fbb181cc5428932ac0c7b20d568cefb
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1639235
Cr-Commit-Position: refs/heads/main@{#194315}
1 file changed
tree: 541f8b9cb7ea922edf1cb12a81f675862f4d5bfb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.