Clone this repo:
  1. c6f73ae Add riscv64_builder for cronet-riscv64 by Prashanth Swaminathan · 2 days ago main
  2. bf13bc2 Add Isolated Spec for new Linux devices. by Eduardo Yap · 2 days ago
  3. 128fbaf [rts] Remove/reserve RtsConfig from builder config by Struan Shrimpton · 2 days ago
  4. ca80cf9 Revert "dawn.py: Add fuzzer build steps to recipe" by Ben Clayton · 3 days ago
  5. 82dfb98 dawn.py: Add fuzzer build steps to recipe by Ben Clayton · 3 days ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.