| commit | c23a5df291a308ab4669a11aac719e5fcd23271a | [log] [tgz] |
|---|---|---|
| author | Dan Harrington <[email protected]> | Mon Nov 10 20:47:53 2025 |
| committer | Chromium LUCI CQ <[email protected]> | Mon Nov 10 20:47:53 2025 |
| tree | 77f9bc8ae3110336894366f73d84015a39e3d2aa | |
| parent | 166d781c75e30ea65a2caa788aaa6d1c533f4766 [diff] |
autotest: use new gn refs flag --relation This limits targets found to only those which refer to the sources as 'inputs' or 'sources'. This fixes a problem where test files under chrome/test/data, e.g. chrome/test/data/webui/webview/webui_webview_browsertest.cc, would fail to find the correct target because chrome/test/data is a data dependency of many test targets. Change-Id: If8704c7a9e9dc569b8b4f25bca1c54566a6a6964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7139338 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Dan Harrington <[email protected]> Cr-Commit-Position: refs/heads/main@{#1542727}
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.