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

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

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) 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/gatekeeper.py
diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
index ef3f8f41590d7c98986fa4cf864896e9bb6c8ddc..327f0f87f5b160bd376e66ae112daacaa8c19ef6 100644
--- a/scripts/slave/recipes/gatekeeper.py
+++ b/scripts/slave/recipes/gatekeeper.py
@@ -4,7 +4,10 @@
"""Specifies how to launch the gatekeeper."""
-DEPS = ['step', 'path']
+DEPS = [
+ 'path',
+ 'step',
+]
def GenSteps(api):
yield api.step('gatekeeper_launch',

Powered by Google App Engine
This is Rietveld 408576698