Clone this repo:
  1. bc34f6a Roll recipe dependencies (trivial). by recipe-roller · 63 minutes ago main
  2. b3535da Explicitly pass cas-instance for triggered swarming tasks by Jeff Yoon · 6 hours ago
  3. 4074548 orderfile: Add GN args for custom pgo profiles by Peter Wen · 11 hours ago
  4. 280397c [WebRTC] Use apply_include_cleaner python script. by Jeremy Leconte · 22 hours ago
  5. 78a59c2 Roll recipe dependencies (trivial). by recipe-roller · 27 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.