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

Unified Diff: scripts/slave/recipes/polymer.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/polymer.py
diff --git a/scripts/slave/recipes/polymer.py b/scripts/slave/recipes/polymer.py
index 088f49bf698583337a0f8465010b16cd7153b1ba..c7aa831c07d134524fa0da69d248e7cfff015ed3 100644
--- a/scripts/slave/recipes/polymer.py
+++ b/scripts/slave/recipes/polymer.py
@@ -2,7 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-DEPS = ['path', 'git', 'properties', 'step', 'platform']
+DEPS = [
+ 'git',
+ 'path',
+ 'platform',
+ 'properties',
+ 'step',
+]
def GenSteps(api):
yield api.git.checkout(api.properties['repository'] + '.git', recursive=True)

Powered by Google App Engine
This is Rietveld 408576698