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

Unified Diff: scripts/slave/recipe_modules/android/__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/android/__init__.py
diff --git a/scripts/slave/recipe_modules/android/__init__.py b/scripts/slave/recipe_modules/android/__init__.py
index 019e44e93718c3aa605d80a8fa5ddd433f65f238..33ba170a6bfcbd21da821f454d86d5be7c7bc9cd 100644
--- a/scripts/slave/recipe_modules/android/__init__.py
+++ b/scripts/slave/recipe_modules/android/__init__.py
@@ -1 +1,8 @@
-DEPS = ['gclient', 'path', 'properties', 'step', 'step_history', 'json']
+DEPS = [
+ 'gclient',
+ 'json',
+ 'path',
+ 'properties',
+ 'step',
+ 'step_history',
+]

Powered by Google App Engine
This is Rietveld 408576698