siso: roll protoc from v34.1 to v35.0

https://github.com/protocolbuffers/protobuf/releases/tag/v35.0

Change-Id: I77f6c5ddc8b30eabe1e0910f4d6ca6a99ad7168f
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/7863020
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Philipp Wollermann <philwo@google.com>
Reviewed-by: Philipp Wollermann <philwo@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
16 files changed
tree: 02a525d4c9c42621bb089019a8937020368475e4
  1. bench/
  2. gong/
  3. infra/
  4. kajiya/
  5. kzipinfo/
  6. runmc/
  7. siso/
  8. .gitignore
  9. .golangci.yml
  10. .style.yapf
  11. BUILD_OWNERS
  12. BUILD_TEAM_OWNERS
  13. CONTRIBUTING.md
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links