commit | ebd0f5c3be30aa284c79fdc90955653098c76603 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Wed Jan 24 15:52:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 24 15:52:23 2024 |
tree | b762e45c332689f3d899d261d07d8112ac56f88f | |
parent | 800437fe9ca16638bcf8e49b9b83bbb0655859ff [diff] |
build_clang_tools_extra.py: Use the same repo as the main toolchain and reuse the function for checking out code. Otherwise, as noted on the bug, the tools can complain that any PCH files built by the main toolchain are incompatible with the tool. Bug: 1520273 Change-Id: Ic02901bc651092466b3ecd78e34c9535fbf95d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226586 Commit-Queue: Zequan Wu <zequanwu@google.com> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by: Zequan Wu <zequanwu@google.com> Cr-Commit-Position: refs/heads/main@{#1251419}
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.