| commit | 90a032ec7bc3219cf44f7da98d0d6acaddbe1ba9 | [log] [tgz] |
|---|---|---|
| author | Mohamed Heikal <mheikal@chromium.org> | Tue Feb 11 16:39:31 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 16:39:31 2025 |
| tree | 21381711faeb3364c58464a73eb7ffbafceba798 | |
| parent | 507b2266cf1b0a639e54de0332fef6060db62a9f [diff] |
Disable errorprone on unused_resources target The java code is copied from outside the chromium repo and CQ does not enforce this at the moment because the errorprone bot is debug and this is only built in release. Furthermore this could should be going away in favour of R8 doing this for us. Disable the errorprone check for local builds. Change-Id: Ida281891a80b4eb130d168912a3fa41b4baa4c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6252834 Auto-Submit: Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/main@{#1418689}
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.