Chromium Code Reviews| Index: build/slave/README |
| diff --git a/build/slave/README b/build/slave/README |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3718b2c2818cdc4b0d8868ba49085511daf8a21 |
| --- /dev/null |
| +++ b/build/slave/README |
| @@ -0,0 +1,8 @@ |
| +This is a directory which contains configuration information for the |
| +buildsystem. |
| + |
| +* Under recipes, the buildsystem should use only this directory as an |
| + entry point into src/. |
| + |
| +* Scripts in this directory must not import from outside this directory or shell |
| + to scripts outside this directory. |