commit | 4c17f5f7387d345aefea818576b7958fefc05889 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Wed Jun 12 19:58:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 12 19:58:48 2024 |
tree | 0b9969583aa8d3f6b18f81705005a9f4ea690225 | |
parent | 30f04794673a17c62257d584c42ce2148452e590 [diff] |
Android: Remove no-op Flag @Rules Scripted via: grep -Er "JUnitProcessor|InstrumentationProcess" --exclude-dir out --include "*.java" --files-with-matches > proc.txt for f in $(cat proc.txt); do sed -i '/Rule.*Processor/d' $f; done Bug: 326415975 Change-Id: Ie24a6979b8513333ba9c949d9a3c3b5c6efadf33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5626436 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Owners-Override: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by: Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1314200}
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.