[roll] Roll fuchsia [build][api] Error when duplicate GN outputs are detected.

Now that GN has been fixed in [1], and that a corresponding
binary has been rolled into the Fuchsia tree, there shouldn't be
any duplicate outputs in the database generated at `gn gen` time.

This CL modifies gn_ninja_outputs.py to raise an exception if
such outputs are detected.

This also removes the ninja_target_to_gn_labels command which
was only used to diagnose / debug the problem and should not
have any real users.

[1] https://gn.issues.chromium.org/issues/448860851

Original-Fixed: 448852833
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1434755
Original-Revision: 9d1c2772f263d56220ace9f37560a2f8b7859d65
GitOrigin-RevId: c8a9c821670b497910283db282ae0241926e7bef
Change-Id: Idff38188665db00ed1b8131b1ab9d787730ded05
1 file changed
tree: 6468a6462fe7f2b4bf669603a2e8b16136574d4b
  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.