commit | d0ce5d4af1f598041d5802c5ec80d8603a66bea2 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Thu Sep 05 16:12:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 05 16:12:53 2024 |
tree | a5e7d8d6d06cec3325764235920837c066615427 | |
parent | 722ebb6d9a74e103cc1683f87bef30032eda1799 [diff] |
Remove clang-format suppression in third_party/boringssl This was added because one of the files in the directory was crypto_test_data.cc, a file that made clang-format take forever and then time out. That file has since been removed, so we may as well restore clang-format coverage on the couple of non-submoduled C++ files in here. Change-Id: Ic5e3a4417936fca470158baedb25044190083159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5838852 Commit-Queue: David Benjamin <davidben@chromium.org> Commit-Queue: Bob Beck <bbe@chromium.org> Reviewed-by: Bob Beck <bbe@chromium.org> Auto-Submit: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1351468}
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.