commit | bc4813b02e6318df5e2e64f1832b51fe3c4953cc | [log] [tgz] |
---|---|---|
author | Solomon Kinard <solomonkinard@chromium.org> | Tue Apr 22 20:52:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 22 20:52:55 2025 |
tree | 846eee6caacbc64f4428dfae979e076215d8d64c | |
parent | 3a8cba07ac82264389acc174d5f1d07d589d77d5 [diff] |
Extensions: CodeHealth: Prefer CHECK_IS_TEST() for test-only methods Reference: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++.md#test_only-code-paths-in-production-code This CL was uploaded by git cl split. R=finnur@chromium.org Bug: chromium:346952289 Change-Id: I131285bf93e2498a319ec58df6e37886b6d70689 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6477825 Auto-Submit: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450187}
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.