| Index: third_party/recipe_engine/README.md
|
| diff --git a/third_party/recipe_engine/README.md b/third_party/recipe_engine/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ff68fed48ee772319d2b017922a5720922dadd98
|
| --- /dev/null
|
| +++ b/third_party/recipe_engine/README.md
|
| @@ -0,0 +1,10 @@
|
| +# Recipes
|
| +
|
| +Recipes are a domain-specific language (embedded in python) for specifying
|
| +sequences of subprocess calls in a cross-platform and testable way.
|
| +
|
| +* [User guide](doc/user_guide.md)
|
| +* Recipes: [public](https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipes/);
|
| + [internal](https://chrome-internal.googlesource.com/chrome/tools/build_limited/+/master/scripts/slave/recipes/).
|
| +* Recipe modules: [public](https://chromium.googlesource.com/chromium/tools/build.git/+/master/scripts/slave/recipe_modules/);
|
| + [internal](https://chrome-internal.googlesource.com/chrome/tools/build_limited/+/master/scripts/slave/recipe_modules/).
|
|
|