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

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

Issue 1185693002: Move builders.py and steps.py to chromium_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Address review comments. Created 5 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 unified diff | Download patch
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 'itertools',
14 'json', 14 'json',
15 'path', 15 'path',
16 'platform', 16 'platform',
17 'properties', 17 'properties',
18 'python',
18 'step', 19 'step',
19 'swarming', 20 'swarming',
20 'test_utils', 21 'test_utils',
21 'tryserver', 22 'tryserver',
22 ] 23 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium/tryserver_chromium_perf.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