commit | 3b367905704d4fa47f76b0fd63719ce82228ed91 | [log] [tgz] |
---|---|---|
author | Takuto Ikuta <tikuta@chromium.org> | Tue May 27 08:52:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 27 08:52:20 2025 |
tree | 6d545a1b79eb3cf34803e47413705aac75403473 | |
parent | e2985285412504db792646c50383fb14e5c47e54 [diff] |
buildtools: Add deps to copy libcxx headers libcxx and libcxxabi targets need copied header in module build as libc++ modulemap config needs to be generated from template https://source.chromium.org/chromium/chromium/src/+/main:build/config/c++/c++.gni;l=127-134;drc=6c9fdabd30c67d712b056a50b2eb76f727dcc419 while it also requires the libc++ headers to be in the same directory with modulemap file in build dir. Bug: 40440396 Change-Id: Ifdba58656d09faf11cb415412c56bf19c002a118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6589731 Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#1465795}
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.