commit | 89d07fbf119461281c2fe635e9878b394e120feb | [log] [tgz] |
---|---|---|
author | Mohannad Farrag <aymanm@google.com> | Wed Oct 30 12:53:30 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 30 12:53:30 2024 |
tree | 3de2b5a8e3dcf8caea28e7dae839b3e22b96b9a1 | |
parent | dd5865e9d12fcf086a36ec709fa3ab986f8694fc [diff] |
Revert "Disable proc_macro2 for host builds" This reverts commit d84a13b958d0e6f33c13b7be4ff9d0e1d76784f0. Reason for revert: Does not compile on AOSP :( Original change's description: > Disable proc_macro2 for host builds > > libproc_macro2 is not available on linux_musl_arm64. To avoid breaking > things for that HostCross target, disable host cross compilation for > proc_macro2 as recommended. > > Bug: b:374842582 > Change-Id: I88e571e7f3d2ae3f4746c708c370debb34fff15d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5953281 > Reviewed-by: Mohannad Farrag <aymanm@google.com> > Commit-Queue: Stefano Duo <stefanoduo@google.com> > Cr-Commit-Position: refs/heads/main@{#1372721} Bug: b:374842582 Change-Id: I476e4902f1a0b65b420c1f4bf699868674e0e158 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975669 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Stefano Duo <stefanoduo@google.com> Reviewed-by: Stefano Duo <stefanoduo@google.com> Cr-Commit-Position: refs/heads/main@{#1375796}
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.