Clone this repo:
  1. e812a03 Synthetic commit for submodules by Submodules bot · 18 hours ago main
  2. a06f877 Add logic to measure chrome build time by Prakhar · 18 hours ago main-original
  3. a4f48a4 Revert "Add logic to measure chrome build time" by Fumitoshi Ukai · 35 hours ago
  4. d0ba194 Roll recipe dependencies (trivial). by recipe-roller · 36 hours ago
  5. 1668d1b Roll recipe dependencies (trivial). by recipe-roller · 2 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.