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

Unified Diff: scripts/slave/recipe_modules/chromium/__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/chromium/__init__.py
diff --git a/scripts/slave/recipe_modules/chromium/__init__.py b/scripts/slave/recipe_modules/chromium/__init__.py
index db35ce74663c312223c47f7786dbb4f93f081b1c..5d4dc89d449e43056322427e0c33da538288358d 100644
--- a/scripts/slave/recipe_modules/chromium/__init__.py
+++ b/scripts/slave/recipe_modules/chromium/__init__.py
@@ -1,4 +1,8 @@
DEPS = [
- 'step', 'path', 'json', 'properties', 'platform',
- 'gclient' # in order to have set_config automatically populate gclient
+ 'gclient', # in order to have set_config automatically populate gclient
+ 'json',
+ 'path',
+ 'platform',
+ 'properties',
+ 'step',
]

Powered by Google App Engine
This is Rietveld 408576698