commit | 0f43e39309e7d9c886959dcea27698040f1312a3 | [log] [tgz] |
---|---|---|
author | Rebekah Potter <rbpotter@chromium.org> | Wed Feb 01 19:16:03 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 01 19:16:03 2023 |
tree | c1b5b6aa57c882761b07e8b76a064cf4be3d2bb1 | |
parent | 6367d75da84bc55a2389de8e2454de02347283ea [diff] |
ts_library: Assert that common ts_library() names aren't in extra_deps ts_library() targets that are dependencies of other ts_library()s need to be listed in |deps|, not |extra_deps|. Recent CLs indicate that there is some developer confusion about this issue, and misuses of extra_deps have recently blocked important infrastructure updates. Add an assertion that the common target names used for ts_library() targets aren't listed as extra_deps for another library. In future, we may want to enforce that all ts_library()s use this naming convention, to further reduce the chance of these types of bugs. Change-Id: I7c84fee06312a8b50c055d9aac1374f23ce3c4d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4209945 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099985}
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.