Clone this repo:
  1. a4f48a4 Revert "Add logic to measure chrome build time" by Fumitoshi Ukai · 8 hours ago main
  2. d0ba194 Roll recipe dependencies (trivial). by recipe-roller · 10 hours ago
  3. 1668d1b Roll recipe dependencies (trivial). by recipe-roller · 10 hours ago
  4. 160e514 utr: fix cmd arg order by Struan Shrimpton · 11 hours ago
  5. ad04889 utr: add compile-and-test by Struan Shrimpton · 12 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.