Skip to content

SYSTEM Cited by 1 source

Chromium Git

What it is

The Git repository + release-tagging + contribution tooling system used by the Chromium open-source project, which hosts both the Chromium browser and libwebrtc. Tooling:

  • gn — Chromium's build configuration generator.
  • gclient — multi-repo dependency manager that assembles a Chromium working tree from its constituent repos.
  • git cl — Chromium's Git code-review CLI (wraps interactions with Gerrit / Chromium's code-review service).

Release anchoring

Chromium milestones map to Git tags. "For each upstream Chromium release (such as M143 which has tag 7499 in git)…" — the tag number is the anchor patch schemes can use for branch naming: base/7499, <feature>/7499, r7499 (release candidate).

Seen in

Last updated · 319 distilled / 1,201 read