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

Unified Diff: scripts/slave/recipe_modules/chromium/__init__.py

Issue 2485383007: Make perf android tests use devil adb (Closed)
Patch Set: Only use devil adb for setup. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 195739cf063cc64729674b7c42ca574825b82cd3..882da2dd4aec99d7ca1aa661c86c978badfbd7a2 100644
--- a/scripts/slave/recipe_modules/chromium/__init__.py
+++ b/scripts/slave/recipe_modules/chromium/__init__.py
@@ -1,10 +1,14 @@
DEPS = [
'depot_tools/bot_update',
'depot_tools/depot_tools',
+ 'depot_tools/gclient', # in order to have set_config automatically populate gclient
ghost stip (do not use) 2016/11/14 21:29:19 nit: 80 chars
+ 'depot_tools/tryserver',
martiniss 2016/11/11 23:54:39 spaces are there because they deps are in differen
jbudorick 2016/11/14 16:04:20 Is this a new style recommendation?
+
+ 'adb',
'commit_position',
'file',
'goma',
- 'depot_tools/gclient', # in order to have set_config automatically populate gclient
+
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
@@ -12,5 +16,4 @@ DEPS = [
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',
- 'depot_tools/tryserver',
]
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/chromium_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698