Clone this repo:
  1. ff788b9 Fix typing errors in filter module by Garrett Beaty · 28 hours ago main
  2. 3489be8 boringssl_bazel: Also build util/bazel-example by David Benjamin · 29 hours ago
  3. b7807b1 Roll recipe dependencies (trivial). by recipe-roller · 30 hours ago
  4. 193a0a0 Account for CLs against a dependency repo when verifying targets configs by Garrett Beaty · 32 hours ago
  5. df111e8 chrome_build: Add incremental builds to CI/CQ build perf builders by Junji Watanabe · 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.