commit | fcb811f605f42584a61b6d3e63e740217684545a | [log] [tgz] |
---|---|---|
author | Brian Sheedy <bsheedy@chromium.org> | Tue Jul 12 00:05:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 12 00:05:26 2022 |
tree | fe93e5a739d15f9b40bb36e6a3bcd93c3bd81399 | |
parent | eb489c6478c261765f591ba2a9575820327baa77 [diff] |
Remove _typ_runner reference Removes the one remaining reference to _typ_runner in Chromium, which is in crx_smoke_tests.py. This reference is contrary to typ's intended design and breaks when running tests in parallel. Its usage has been replaced with an equivalent usage of the child reference. Bug: 1336393 Change-Id: Idadc6383142b3a031b4c619550aa4c00b7a2bb8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3756598 Reviewed-by: Rakib Hasan <rmhasan@google.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022977}
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.