| commit | 9752a3842d9dc5a47378f342c44f5a25e40d2edc | [log] [tgz] |
|---|---|---|
| author | Matt Stark <msta@google.com> | Tue Aug 12 01:03:51 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 12 01:03:51 2025 |
| tree | d8ff6881b684a3cf9057f10625558e58d7004643 | |
| parent | 85bde2c5e7457e9420929a11d02670532b80b7a4 [diff] |
Improve and simplify header creation and target building. * Header deps are headers, not references * All headers have an absolute path that exists on disk. * Calculate dependencies better for include_next'd targets. * Headers use 'required deps' instead of direct deps in most places * Required deps handle textual deps better * Replaced the clunky graph[(Directory, rel)] with something closer to what the compiler would see (rel -> linked list of headers) * Better handle symlinks in the sysroot Bug: 435303825 Change-Id: I6a6a6964b0aefeabbb50b4838844b62aecccddec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6830384 Commit-Queue: Matt Stark <msta@google.com> 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@{#1499910}
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.