[roll] Roll third_party/pigweed pw_unit_test: Allow `enable_if` for tests with generated sources A handful of tests depend on `pw_python_action`s to generate source files used as part of the test. Currently, adding an `enable_if` statement that evaluates to false to such a target will cause `gn gen` to fail, as `pw_internal_disableable_target` will check its `sources` but drop its `deps`. This CL introduces a new parameter to `pw_test`: `source_gen_deps`. The results of `get_target_outputs` on these deps are added to the test's `sources`, and the the deps themselves are always added as `deps`, even when the test is disabled. Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/140115 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: c52f0615b817f2074e3a20845e9e6ef72f4afcf0 GitOrigin-RevId: c8738437a382322fc3c060652d545a99b11a9db0 Change-Id: I0e95773a276c51987f023fd2426ac8face271494
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.