[roll] Roll fuchsia [gn_desc] Move file parsing into optimized library

This adds a function to the always-optimized gn_json rlib
so that all users can easily get the performance of a
release compilation of serde, without having to enable that
on their own binaries.

Tested by temporarily setting the binary back to not being
optimized, and verifying that there wasn't a performance
regression in a simple query to summarize a single label.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825072
Original-Revision: 79ca513c1e7ef0d7447d198151474e9bafe75d6f
GitOrigin-RevId: 9624b9bf1dcc8bff8ef1b9216ea2fc68f3ac835c
Change-Id: Ida082b2b4cb2bde663be3e25bb7eed63a6763234
1 file changed
tree: 8e8257f9dcf63700ff92a4d4eddeea6f83f92b8d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.