commit | a634efb230a9583d0bf117e6b619ea794b7a2063 | [log] [tgz] |
---|---|---|
author | Andrew Grieve <[email protected]> | Sat Jan 08 02:31:58 2022 |
committer | Chromium LUCI CQ <[email protected]> | Sat Jan 08 02:31:58 2022 |
tree | 7f829d15342d058ce5cd9a08b7f1ae9e5010b0e1 | |
parent | c1992a0d1482e9a84ab2e74d623f71f1c3211e43 [diff] |
SuperSize: Create, but don't yet use, one NativeSpec per-.so file Reworks spec creation and abi-detection such that one NativeSpec is created for each .so file. The extra specs are then ignored when iterating them in order for this change to be a no-op. Bug: 1193507 Change-Id: Iba58e1381138be72b49f6f389eb138520a8dce7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3371783 Reviewed-by: Samuel Huang <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#956779}
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.