Clone this repo:
  1. a06f877 Add logic to measure chrome build time by Prakhar · 14 hours ago main
  2. a4f48a4 Revert "Add logic to measure chrome build time" by Fumitoshi Ukai · 31 hours ago
  3. d0ba194 Roll recipe dependencies (trivial). by recipe-roller · 32 hours ago
  4. 1668d1b Roll recipe dependencies (trivial). by recipe-roller · 33 hours ago
  5. 160e514 utr: fix cmd arg order by Struan Shrimpton · 33 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.