Clone this repo:
  1. 280c270 Roll recipe dependencies (trivial). by recipe-roller · 16 minutes ago main
  2. edbf4db Roll recipe dependencies (trivial). by recipe-roller · 61 minutes ago
  3. bf4fb37 chrome_build: Do not run clean builds during CI benchmarks by Junji Watanabe · 80 minutes ago
  4. da8ed37 Roll recipe dependencies (trivial). by recipe-roller · 4 hours ago
  5. 70095d8 Revert "Remove legacy ANGLE recipe code" by Brian Sheedy · 6 hours 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.