commit | ab50f0ee980ff8b1a6eae85f7abce2af17c619f5 | [log] [tgz] |
---|---|---|
author | Matt Stark <msta@google.com> | Wed Aug 13 06:58:55 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 13 06:58:55 2025 |
tree | e396b2d7c8ab756c8042d77ae72ea96348321dfb | |
parent | 6c262efb23de21f92ad54c62884dc6854bf10179 [diff] |
Associate each module with a single modulemap instead of multiple modulemaps. This ensures that we can ignore the `-fmodule-map-file={sysroot}/module.modulemap` on apple platforms, which in turn allows us to perform a partial compilation of {sysroot}/module.modulemap. Also fix a circular dependency in between config and compiler. No clue why, but it was working when running the code, but failed during the test. Bug: 435303825 Change-Id: I6a6a6764b0aeffabbb50b4838844b62aecceddec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6844678 Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Matt Stark <msta@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1500629}
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.