Clone this repo:
  1. 74918c0 [infra] Remove GN_PROPERTIES from openscreen recipe. by mark a. foltz · 16 hours ago main
  2. 58f4636 [infra] Support Windows standalone build by mark a. foltz · 16 hours ago
  3. 13be962 Revert "[pinpoint] Prevent untrusted external patches from checking out internal repos" by David Segovia · 26 hours ago
  4. 19850bd [Perf] Update ownership of perf-related files by John Chen · 2 days ago
  5. 5b1d1a3 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.