tree: 932d72633d1c42a462f53019e24e9a72d1061d2a [path history] [tgz]
  1. builder_name_schema/
  2. core/
  3. ct/
  4. flavor/
  5. infra/
  6. run/
  7. swarming/
  8. vars/
  9. README.md
infra/bots/recipe_modules/README.md

Skia Recipe Modules

This directory contains recipe modules designed to be used by recipes. They are all Skia-specific and some are interrelated:

  • vars - Common variables used by Skia recipes.
  • run - Utilities for running commands. Depends on vars.
  • flavor - Run meta-commands for various platforms. Depends on vars and run.
  • skia - Main module for Skia recipes. Depends on vars, run, and flavor.
  • swarming - Utilities for running Swarming tasks.