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

Unified Diff: scripts/slave/recipe_modules/generator_script/__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/generator_script/__init__.py
diff --git a/scripts/slave/recipe_modules/generator_script/__init__.py b/scripts/slave/recipe_modules/generator_script/__init__.py
index 85e097d240953e0490bfb6602eee04cb5e7c8710..06f2f5eaae352e46f868cae7d655b1313e194e88 100644
--- a/scripts/slave/recipe_modules/generator_script/__init__.py
+++ b/scripts/slave/recipe_modules/generator_script/__init__.py
@@ -1 +1,6 @@
-DEPS = ['step', 'step_history', 'path', 'json']
+DEPS = [
+ 'json',
+ 'path',
+ 'step',
+ 'step_history',
+]

Powered by Google App Engine
This is Rietveld 408576698