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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/__init__.py

Issue 1101673005: Extract functions from path recipe module so that step can depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'adb', 2 'adb',
3 'archive', 3 'archive',
4 'bot_update', 4 'bot_update',
5 'chromium', 5 'chromium',
6 'chromium_android', 6 'chromium_android',
7 'commit_position', 7 'commit_position',
8 'file',
8 'filter', 9 'filter',
9 'gclient', 10 'gclient',
10 'goma', 11 'goma',
11 'isolate', 12 'isolate',
12 'itertools', 13 'itertools',
13 'json', 14 'json',
14 'path', 15 'path',
15 'platform', 16 'platform',
16 'properties', 17 'properties',
17 'step', 18 'step',
18 'swarming', 19 'swarming',
19 'test_utils', 20 'test_utils',
20 'tryserver', 21 'tryserver',
21 ] 22 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/archive/api.py ('k') | scripts/slave/recipe_modules/chromium_tests/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698