commit | 1ead61ed097b3a7c26112c3e7b8be37afe5838a8 | [log] [tgz] |
---|---|---|
author | Tim Judkins <tjudkins@chromium.org> | Sat Jul 26 00:08:35 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 26 00:08:35 2025 |
tree | 2c8948febe6981890585ccd240a5d729148cf794 | |
parent | 2f8f1e84138942ec0a6f54e8c399ad1514fd93d0 [diff] |
[Extensions] Remove cpp_enum_prefix_override from schema compiler Nothing actually uses this attribute any more so we can remove it. No behavior change is expected. Background: This extended attribute was added back in: https://codereview.chromium.org/273323002 The actual cpp_type_generator.py code that actually did anything with it was removed after the end of a project to modernize enums in: crrev.com/c/5008250 Bug: None Change-Id: I768b0d5395090577f16dfa0459fd919a9f86f003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6787963 Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Commit-Queue: Tim <tjudkins@chromium.org> Cr-Commit-Position: refs/heads/main@{#1492366}
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.