| commit | 475af16a06f06b55def0655b6ef461f84c3eb3f2 | [log] [tgz] |
|---|---|---|
| author | Arthur Eubanks <[email protected]> | Thu Dec 11 20:27:32 2025 |
| committer | Copybara-Service <[email protected]> | Thu Dec 11 20:34:39 2025 |
| tree | b5c25d23f6363037e33304380614e95812188770 | |
| parent | 825265ef23640fcccd0c8e90fe0bc18b02e3ca4b [diff] |
Roll clang+rust llvmorg-22-init-14273-gea10026b-4 : llvmorg-22-init-17020-gbd1bd178-2 / 11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1 : a4cfac7093a1c1c7fbdb6bc75d6b6dc4d385fc69-2 https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/ea10026b..bd1bd178 https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/11339a0ef5ed..a4cfac7093a1 Ran: ./tools/clang/scripts/upload_revision.py bd1bd178f8e3770b296f9b042bef1d45bd736e51 Bug: 461555176, 463726638 Binary-Size: 3 new "mutable constants" (rust vars, see crbug.com/463726638) Change-Id: I84766e13515ab92f19d5d305f858e8ec92467a47 Disable-Rts: True Cq-Include-Trybots: chromium/try:android-cronet-riscv64-dbg Cq-Include-Trybots: chromium/try:android-cronet-riscv64-rel Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel Cq-Include-Trybots: chromium/try:fuchsia-arm64-cast-receiver-rel Cq-Include-Trybots: chromium/try:gpu-fyi-try-mac-intel-asan Cq-Include-Trybots: chromium/try:ios-catalyst,win-asan,android-official Cq-Include-Trybots: chromium/try:linux-cast-x64-rel Cq-Include-Trybots: chromium/try:linux-chromeos-dbg Cq-Include-Trybots: chromium/try:linux-swangle-try-x64,win-swangle-try-x86 Cq-Include-Trybots: chromium/try:linux-v4l2-codec-rel Cq-Include-Trybots: chromium/try:linux-wayland-mutter-rel Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_chromeos_msan_rel_ng Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng Cq-Include-Trybots: chromium/try:mac-official,linux-official Cq-Include-Trybots: chromium/try:mac12-arm64-rel,mac_chromium_asan_rel_ng Cq-Include-Trybots: chromium/try:win-arm64-rel Cq-Include-Trybots: chromium/try:win-official,win32-official Cq-Include-Trybots: chrome/try:android-arm32-pgo,android-arm64-pgo Cq-Include-Trybots: chrome/try:android-x64-rel-ready Cq-Include-Trybots: chrome/try:chromeos-brya-chrome,chromeos-eve-chrome Cq-Include-Trybots: chrome/try:chromeos-volteer-chrome Cq-Include-Trybots: chrome/try:iphone-device,ipad-device Cq-Include-Trybots: chrome/try:linux-chromeos-chrome Cq-Include-Trybots: chrome/try:linux-pgo,mac-pgo,win32-pgo,win64-pgo Cq-Include-Trybots: chrome/try:win-chrome,win64-chrome,linux-chrome,mac-chrome Cq-Include-Trybots: chromium/try:android-rust-arm32-rel Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg Cq-Include-Trybots: chromium/try:android-rust-arm64-rel Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg Cq-Include-Trybots: chromium/try:linux-rust-x64-rel Cq-Include-Trybots: chromium/try:mac-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-dbg Cq-Include-Trybots: chromium/try:win-rust-x64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7245892 Commit-Queue: Arthur Eubanks <[email protected]> Reviewed-by: Devon Loehr <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/main@{#1557623} NOKEYCHECK=True GitOrigin-RevId: ef0f194e6a357e04ee13352728eca6b8dc05e779
//build contains:
Since this directory is DEPS'ed in by some other repositories (webrtc, pdfium, v8, etc), it should be kept as self-contained as possible by not referring to files outside of it. Some exceptions exist (//testing, select //third_party subdirectories), but new dependencies tend to break these other projects, and so should be avoided.
Changes to //build should be landed in the Chromium repo. They will then be replicated to the stand-alone build repo by the gsubtreed tool. Note: You can find all directories already available through gsubtreed in the list of all chromium repos.
//build/config - Common templates via .gni files.//build/toolchain - GN toolchain definitions.Other .py files - Some are used by GN/Ninja. Some by gclient hooks, some are just random utilities.Files referenced by //.gn:
//build/BUILDCONFIG.gn - Included by all BUILD.gn files.//build/secondary - An overlay for BUILD.gn files. Enables adding BUILD.gn to directories that live in sub-repositories.//build_overrides - Refer to //build_overrides/README.md.