[DEPS] Add CPython CIPD package for hermetic Python toolchain
Add third_party/cpython3 CIPD packages for
Linux and host platforms
('infra/3pp/tools/cpython3/${platform}' at
'version:3@3.11.9.chromium.38').
This enables hermetic Python execution in Siso builds where Siso configs
inherited from build/ require the hermetic Python binary at
third_party/cpython3/linux-amd64/bin/python3 on remote workers.
Also update scripts/roll_chromium_deps.py to sync cpython3_version
and CIPD packages in future Chromium rolls, and update .gitignore.
Bug: chromium:537680330
Change-Id: I987832f1c48a27c66b7779e06e9a5354d3ddc278
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/333195
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Alex Ovsienko <ovsienko@google.com>
Reviewed-by: Brian Sheedy <bsheedy@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h version that Dawn implements.webgpu.h.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.