Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2717)

Unified Diff: scripts/slave/recipes/run_presubmit.py

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', '')

Powered by Google App Engine
This is Rietveld 408576698