| Index: scripts/slave/recipe_modules/chromium/__init__.py
|
| diff --git a/scripts/slave/recipe_modules/chromium/__init__.py b/scripts/slave/recipe_modules/chromium/__init__.py
|
| index db35ce74663c312223c47f7786dbb4f93f081b1c..5d4dc89d449e43056322427e0c33da538288358d 100644
|
| --- a/scripts/slave/recipe_modules/chromium/__init__.py
|
| +++ b/scripts/slave/recipe_modules/chromium/__init__.py
|
| @@ -1,4 +1,8 @@
|
| DEPS = [
|
| - 'step', 'path', 'json', 'properties', 'platform',
|
| - 'gclient' # in order to have set_config automatically populate gclient
|
| + 'gclient', # in order to have set_config automatically populate gclient
|
| + 'json',
|
| + 'path',
|
| + 'platform',
|
| + 'properties',
|
| + 'step',
|
| ]
|
|
|