| Index: scripts/slave/recipes/run_presubmit.py
|
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
|
| index 9dcbb8e7ad1d327e6f4aaf48388da0ec278239ef..a25190aafaf31000c6d0b0bd8d605a4fe7c1194a 100644
|
| --- a/scripts/slave/recipes/run_presubmit.py
|
| +++ b/scripts/slave/recipes/run_presubmit.py
|
| @@ -2,7 +2,14 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -DEPS = ['properties', 'gclient', 'git', 'rietveld', 'step', 'path']
|
| +DEPS = [
|
| + 'gclient',
|
| + 'git',
|
| + 'path',
|
| + 'properties',
|
| + 'rietveld',
|
| + 'step',
|
| +]
|
|
|
| def GenSteps(api):
|
| root = api.properties.get('root', '')
|
|
|