Clone this repo:
  1. 24c15eb Roll recipe dependencies (trivial). by recipe-roller · 76 minutes ago main
  2. 9f63ae8 webrtc: Migrate build scripts to use Siso by Junji Watanabe · 14 hours ago
  3. 4c116a1 Roll recipe dependencies (trivial). by recipe-roller · 21 hours ago
  4. dd04ce0 Roll recipe dependencies (trivial). by recipe-roller · 26 hours ago
  5. 212a586 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.