commit | f58e0307047ac19621780996cece2977c46e2d81 | [log] [tgz] |
---|---|---|
author | Rebekah Potter <rbpotter@chromium.org> | Thu Oct 12 16:38:01 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 12 16:38:01 2023 |
tree | bb7205461bb53f27e3a71700520ecb3b44f25046 | |
parent | 0035f276e8ab710d15946858670d62dbc12b2950 [diff] |
Mojo TypeScript bindings: Don't generate unused webui bindings chrome/common/search and ui/gfx/mojom mojo targets generate WebUI bindings (by specifying webui_module_path) but no WebUI targets use the bindings. Avoid generating them at all, since they are not used, rather than migrating them to TypeScript. Bug: 1002798 Change-Id: I3472fc2203d3f4d951bc52d813dd04c2a0451a55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4932885 Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1208885}
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.