README.md
1 Skia Recipe Modules
2 ===================
3
4 This directory contains recipe modules designed to be used by recipes. They
5 are all Skia-specific and some are interrelated:
6
7 * vars - Common variables used by Skia recipes.
8 * run - Utilities for running commands. Depends on vars.
9 * flavor - Run meta-commands for various platforms. Depends on vars and run.
10 * skia - Main module for Skia recipes. Depends on vars, run, and flavor.
11 * swarming - Utilities for running Swarming tasks.
12