Chromium Code Reviews| Index: infra/recipe_modules/rietveld/__init__.py |
| diff --git a/infra/recipe_modules/rietveld/__init__.py b/infra/recipe_modules/rietveld/__init__.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..13bbc390f170c6d64f8cb3eab57f93fe10fd79dc |
| --- /dev/null |
| +++ b/infra/recipe_modules/rietveld/__init__.py |
| @@ -0,0 +1,4 @@ |
| +DEPS = [ |
| + 'recipe_engine/path', |
| + 'recipe_engine/properties', |
| +] |