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

Unified Diff: scripts/slave/recipe_modules/gclient/__init__.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/recipe_modules/gclient/__init__.py
diff --git a/scripts/slave/recipe_modules/gclient/__init__.py b/scripts/slave/recipe_modules/gclient/__init__.py
index 9c9e5806984fd96fe4304ecc8c86ad010640bb20..59490190eaa279169d96181c2005cacf4c98ec6b 100644
--- a/scripts/slave/recipe_modules/gclient/__init__.py
+++ b/scripts/slave/recipe_modules/gclient/__init__.py
@@ -1 +1,5 @@
-DEPS = ['properties', 'path', 'step']
+DEPS = [
+ 'path',
+ 'properties',
+ 'python',
+]

Powered by Google App Engine
This is Rietveld 408576698