Clone this repo:
  1. 2f76288 Account for builder configs that set android_config. by Garrett Beaty · 32 minutes ago main
  2. 7b3ae66 Remove glsl-ir from the list of formats to run Tint end-to-end tests on. by dan sinclair · 4 hours ago
  3. 387fb83 chromium: Do not add -j when siso is enabled by Junji Watanabe · 7 hours ago
  4. 129bba9 Roll recipe dependencies (trivial). by recipe-roller · 8 hours ago
  5. 1959bd3 [ssci] unset platform for SBOM generation in archive module by Dan Le Febvre · 8 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.