Siso is a build tool that aims to significantly speed up Chromium's build.
Siso is named after shiso, a herb commonly used in Japan. It's a reference to basil and the Bazel build system. Siso is an alternative romanization of shiso and more typeable than shiso (but still pronounced shiso). Considering how often we type the name of a build tool every day, we decided to optimize for that. ;)
//build/config/siso/main.star
).Siso is the primary build system for Chromium and the projects that import //build from Chromium.
As of Aug 2025, Siso is moved to go.chromium.org/build/siso.
As of June 2025, Siso is used in all the projects that import Chromium's //build, and is used by default on non-Google environments.
As of Apr 2025, Siso built-in remote exec client is used for Chromium and Chrome builders.
As of Nov 2024, Siso is used by default for Chromium build on gLinux machine.
As of July 2024, Siso is used in all Chromium and Chrome builders, including official builds released to users.
As of end of 2024 Q1, Siso is used in all CQ builders in Chromium.
As of April 2023, we are dogfooding Siso with invited Chrome developers. Please check go/chrome-build-dogfood for more information.
Please check go/siso-faq (internal).