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

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

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py Created 5 years, 3 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 'file',
9 'filter', 9 'filter',
10 'gclient', 10 'gclient',
11 'goma', 11 'goma',
12 'isolate', 12 'isolate',
13 'itertools',
14 'json', 13 'json',
15 'path', 14 'path',
16 'platform', 15 'platform',
17 'properties', 16 'properties',
18 'python', 17 'python',
19 'step', 18 'step',
20 'swarming', 19 'swarming',
21 'test_utils', 20 'test_utils',
22 'trigger', 21 'trigger',
23 'tryserver', 22 'tryserver',
24 ] 23 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.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