commit | 6a88f57f68f59b98d886c92904b37a8f6ae923dc | [log] [tgz] |
---|---|---|
author | Arthur Eubanks <aeubanks@google.com> | Tue Mar 18 18:26:10 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 18:26:10 2025 |
tree | ada84522fbadbc5cd9df3105e5aa7ac68ea8388c | |
parent | ffb2d73b50613b01bd73e073d17ab5583db27052 [diff] |
[clang] Use native ninja when possible over ninja wrapper This dramatically speeds up CMake compiler flag checks. Grepping for `Configuring done (X.XXs)` in build.py logs on Linux without and with this change gives: 46.0s 11.0s 48.8s 7.5s 7.4s 8.0s 6.9s 53.0s 51.9s 52.1s 52.2s vs 6.5s 1.7s 17.6s 2.0s 1.7s 1.8s 1.6s 15.5s 15.9s 15.9s 16.2s Change-Id: I277f92920bd599f4486041bc0b67bc71a8e253aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6368016 Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Arthur Eubanks <aeubanks@google.com> Cr-Commit-Position: refs/heads/main@{#1434284}
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.