commit | 6d22a9a08fde20fbc158ae5e1fc6c0ee9bc47c05 | [log] [tgz] |
---|---|---|
author | Bruce Dawson <brucedawson@chromium.org> | Mon May 23 16:59:53 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 23 16:59:53 2022 |
tree | b5f87b2a70797acf583cbf3089c825e5b6baae44 | |
parent | d29a7aadbdc154423bcea11d1f232bf9039a085a [diff] |
Stop running cronet tests on Python 2 In crrev.com/c/3498438 the cronet PRESUBMIT scripts were ported to Python 3, but continued to run on Python 2. If there is no more need to run the cronet scripts on Python 2 then it may be time to run them just on Python 3, to try to drive the number of Python 2 scripts run during presubmits down to zero. This CL was blocked by crbug.com/1324274 but the javac/jar portion of that bug is now fixed. Bug: 1313804 Change-Id: Ie8e7df5bf9063a9392ac7f3aa54a71cee66cb52a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3652692 Reviewed-by: Ryan Hamilton <rch@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1006488}
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.