skia2/infra/bots/recipe_modules
2016-08-03 10:10:07 -07:00
..
core Fix fake_specs.py, update recipe expectation 2016-08-03 10:10:07 -07:00
flavor Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
run Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
swarming Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
vars Re-organize Skia recipes 2016-08-03 08:23:10 -07:00
README.md Re-organize Skia recipes 2016-08-03 08:23:10 -07:00

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.