gn bootstrap: Update libc++.ninja after https://crrev.com/c/4475054

This change was done manually. It fixes the Build From Tarball bot:
https://cr-buildbucket.appspot.com/build/8782319458264924033

Change-Id: I6c95b9a4daab15b622bb16b7c25a28c2a3ff3a9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4496305
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Auto-Submit: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com>
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1137854}
NOKEYCHECK=True
GitOrigin-RevId: 0029b9ae04131953619df92b9a12015f66f826e3
1 file changed
tree: 1af11bde6f0fe3135cbd390656de7ceeb4bbff48
  1. bootstrap/
  2. tutorial/
  3. README.md
  4. roll_gn.py
README.md

GN now lives at https://gn.googlesource.com/.

To roll the latest version of GN into Chromium:

  1. Create a new Git branch.
  2. Run python tools/gn/roll_gn.py; this will modify //DEPS and //buildtools/DEPS to point to the most recent revision of GN and create a commit with a list of the changes included in the roll.
  3. Run git-cl upload to upload the commit as a change for review.

If you don't want to roll to the latest version, you can specify the SHA-1 to roll to use as an argument to the script, and it will be used instead.