Chromium Code Reviews| Index: recipe_modules/json/__init__.py |
| diff --git a/recipe_modules/json/__init__.py b/recipe_modules/json/__init__.py |
| index 85a01a7cd94d2c51ed72a01a405b9c8115dcdfe8..918067d01a44c3a6ec31f6f2387ea8c5c1f5d1c4 100644 |
| --- a/recipe_modules/json/__init__.py |
| +++ b/recipe_modules/json/__init__.py |
| @@ -1,5 +1,5 @@ |
| DEPS = [ |
| - 'properties', |
| - 'python', |
| - 'raw_io' |
| + 'recipe_engine/properties', |
| + 'recipe_engine/python', |
| + 'recipe_engine/raw_io' |
| ] |