commit | 8c6ae022afac4ef3185e7087d0facae7b30ad365 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <agrieve@chromium.org> | Wed Jun 04 17:29:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 04 17:29:15 2025 |
tree | 1a5bfba185684c5295afdc1483a1cb8447cd1843 | |
parent | d74b6ebbdfe8af537f88dbbcb94eda0524481a7c [diff] |
Android: EmbeddedTestServer->TestWebServer & do not use BaseJUnit4ClassRunner We may start running these tests outside of chromium, so this makes that easier by using the standard test runner, and by not requiring an auxillary APK to run the web server. This also has the side-effect of not pre-initializing command-line flags in the test runner, although that behaviour happens only in debug builds (where R8 doesn't rename things). Bug: 417493991 Change-Id: I1ecacce24cfe9b7c3576c8c82f2068e57f386a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6615457 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/main@{#1469433}
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.