[roll] Roll fuchsia [build][tracer] Never depend on ignored files.

We claim certain file patterns are safe to ignore for tracing,
so we should verify those artifacts do not participate in dependencies.
This prevents such accidents.

Alternatively, this could possibly be checked at GN time.

Refactored ignore logic to be more re-usable.

Check is disabled behind a flag until *.py is removed from the ignore
set.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/489337
Original-Revision: 503a9b3ed3c47dfb611112be3d17fab2f42ac2df
GitOrigin-RevId: 1fa0f14fc5910c9c073543d15045df58b6f17af7
Change-Id: I5d753c99b4b053fc48e0c409f91d55fcfa3b070d
1 file changed
tree: 6fd5f0a79772cb3a0f63b7c6ddbd20360b645252
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.