Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Side by Side Diff: infra/bots/recipe_modules/README.md

Issue 2198173002: Re-organize Skia recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix missing dependency Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | infra/bots/recipe_modules/core/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
OLDNEW
« no previous file with comments | « no previous file | infra/bots/recipe_modules/core/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698