Clone this repo:
  1. 88c790d Roll recipe dependencies (trivial). by recipe-roller · 9 hours ago main
  2. 453335e Roll recipe dependencies (trivial). by recipe-roller · 15 hours ago
  3. 26fe275 [fuzzing][coverage] Compute binary runtime dependencies with `gn` by Jonathan Lee · 19 hours ago
  4. c0782e8 [fuzzing][coverage] Group `process fuzz coverage` steps per-target by Jonathan Lee · 4 days ago
  5. 3d348ac Add ANGLE Pixel 10 experimental builders by Yuly Novikov · 4 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. 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.