commit | fd26965bf69312ad5ba1af9c08933e96a4290564 | [log] [tgz] |
---|---|---|
author | Greg Thompson <[email protected]> | Fri Oct 28 12:06:55 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Oct 28 12:06:55 2022 |
tree | 6a253f3be44dd1f055f49d4733441ea8fc3db52b | |
parent | 3f2b691341aff93e242eb796d14dca821981c482 [diff] |
[fuchsia] Fix inclusion of components in test packages Add a `fuchsia_package_deps` variable to the Chromium `test()` template so that consumers can specify a list of `fuchsia_component()` targets to be included in the test package. Use this new variable to establish the dependencies between cast_runner_integration_tests and the cast_runner component, and between web_engine_integration_tests and the context_provider component. Bug: 1378549 Change-Id: I70f6de342fa7134050f7d6826361368cd9f0980c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3981673 Auto-Submit: Greg Thompson <[email protected]> Commit-Queue: Greg Thompson <[email protected]> Reviewed-by: Ben Pastene <[email protected]> Reviewed-by: Wez <[email protected]> Cr-Commit-Position: refs/heads/main@{#1064797}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.