| Index: scripts/slave/recipe_modules/rietveld/api.py
|
| diff --git a/scripts/slave/recipe_modules/rietveld/api.py b/scripts/slave/recipe_modules/rietveld/api.py
|
| index 14d1cef1b41fc961b864de56456d3d54d3f7e80b..1544e390f6193a7192ae61e594a948101dea967d 100644
|
| --- a/scripts/slave/recipe_modules/rietveld/api.py
|
| +++ b/scripts/slave/recipe_modules/rietveld/api.py
|
| @@ -32,6 +32,7 @@ class RietveldApi(recipe_api.RecipeApi):
|
| patch_project_roots = {
|
| 'blink': ['third_party', 'WebKit'],
|
| 'v8': ['v8'],
|
| + 'build_limited_scripts_slave': ['scripts', 'slave'],
|
| }
|
|
|
| # Make sure to update common projects (above) with extra projects (and not
|
|
|