Skip to content
klzgrad edited this page May 2, 2023 · 2 revisions
vi CHROMIUM_VERSION
git add CHROMIUM_VERSION
git commit -m Update
./tools/import-upstream.sh
  • Format code (In Chromium source tree root directory)
clang-format --style=file -i net/tools/naive/*
./third_party/depot_tools/cpplint.py --root=src net/tools/naive/*
  • Delete all assets in a release
[...document.querySelectorAll('.js-release-remove-file')].forEach(e => e.click())
Clone this wiki locally