df707567a0
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4344 Change-Id: Idc1435d75e51ea0b54d369efa91993d369aa74c0 Reviewed-on: https://skia-review.googlesource.com/4344 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org> |
||
---|---|---|
.. | ||
builder_name_schema | ||
core | ||
ct | ||
flavor | ||
infra | ||
run | ||
swarming | ||
vars | ||
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.