commit | f8f21fb4aa01f75acbb12abf5ea8c263c6817141 | [log] [tgz] |
---|---|---|
author | Daniel Richard G <iskunk@gmail.com> | Tue Apr 15 08:13:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 08:13:20 2025 |
tree | 75f83f583e5473ce0887a0c65ea34bf443d7f9f6 | |
parent | 24a25a4c1cd478339db3e8f292698297dc0394a6 [diff] |
Don't apply /*FALLTHROUGH*/ edit to gperf 3.2 output The gperf issue at https://savannah.gnu.org/bugs/index.php?53029 has been resolved as of the 3.2 release, and not only is the /*FALLTHROUGH*/ comment replacement no longer needed, it now breaks the build with "error: fallthrough annotation does not directly precede switch label". Only do the edit for 3.1. Bug: 40209959 Change-Id: I1f12a2a685b62d0dedb4298bc171ab4c94ec6b47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6445471 Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Roland Bock <rbock@google.com> Reviewed-by: Roland Bock <rbock@google.com> Auto-Submit: Daniel Richard G. <iskunk@gmail.com> Cr-Commit-Position: refs/heads/main@{#1446962}
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.