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

Unified 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: Rename modules, add README.md 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 side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipe_modules/README.md
diff --git a/infra/bots/recipe_modules/README.md b/infra/bots/recipe_modules/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..05ad2cc76b1564610e89fa11b1244499312fed3e
--- /dev/null
+++ b/infra/bots/recipe_modules/README.md
@@ -0,0 +1,11 @@
+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.
« no previous file with comments | « no previous file | infra/bots/recipe_modules/flavor/__init__.py » ('j') | infra/bots/recipe_modules/flavor/android_flavor.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698