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

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

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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',
13 'json', 14 'json',
14 'path', 15 'path',
15 'platform', 16 'platform',
16 'properties', 17 'properties',
17 'python', 18 'python',
18 'step', 19 'step',
19 'swarming', 20 'swarming',
20 'test_utils', 21 'test_utils',
21 'trigger', 22 'trigger',
22 'tryserver', 23 'tryserver',
23 ] 24 ]
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