commit | 43c180e2c5d9a094df0a74bc68876f8c16826775 | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Fri Nov 29 08:30:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 29 08:30:41 2024 |
tree | 178c09803a0ed3bfb5226c893b9c7465d6c7b023 | |
parent | 09ff46bab44ee1654f0635eb5a033ae4f7a7051b [diff] |
mojo: include stringprintf.h only when that is necessary base::StringPrintf is used only when enum_to_string is used. https://source.chromium.org/chromium/chromium/src/+/main:mojo/public/tools/bindings/generators/cpp_templates/enum_macros.tmpl;l=92;drc=306f75da190b5c6f41d2dd2f4cf0b93aec445403 Bug: 40318405 Change-Id: I5c549025ebd7e314f121561c9aa70a0f670ecd49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054806 Reviewed-by: Andrea Orru <andreaorru@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Andrea Orru <andreaorru@chromium.org> Cr-Commit-Position: refs/heads/main@{#1389671}
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.