
This reverts commitfb72e5a21c
. Reason for revert: breaks chromeos-base/chrome-icu https://ci.chromium.org/b/8718825360749809153 Original change's description: > build: pass CrOS' compiler_rt instead of Chrome's > > In the attached issue, it was discovered that we're using Chrome's > compiler-rt for binaries compiled by ChromeOS' toolchain. This causes an > ABI mismatch, since Chrome's arm32 copmiler-rt isn't built with the vfp > ARM ABI, whereas ChromeOS' is. > > Bug: 401603114 > Change-Id: I706087e6e4882328951255a4e5c281c1b31927e2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6408132 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: George Burgess <gbiv@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1440030} (cherry picked from commit1a05047a0e
) Bug: 401603114, b/407479180, b/407748570 Change-Id: I9e180451ee1e7ee4e77c7073281d4e6d4ca0621f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6421556 Owners-Override: Qijiang Fan <fqj@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Qijiang Fan <fqj@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1440759} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6420050 Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Qijiang Fan <fqj@chromium.org> Reviewed-by: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/branch-heads/7103@{#26} Cr-Branched-From: e09430c64983fc906f37a9f7e6806275c9b67b86-refs/heads/main@{#1440670}
Chromium
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.