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

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

Issue 2243853002: Drop unwanted dependencies on chromium_tests recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: TODO Created 4 years, 4 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 'depot_tools/bot_update', 4 'depot_tools/bot_update',
5 'chromium', 5 'chromium',
6 'chromium_android', 6 'chromium_android',
7 'chromium_checkout',
7 'chromium_swarming', 8 'chromium_swarming',
8 'commit_position', 9 'commit_position',
9 'file', 10 'file',
10 'filter', 11 'filter',
11 'depot_tools/gclient', 12 'depot_tools/gclient',
12 'goma', 13 'goma',
13 'isolate', 14 'isolate',
14 'recipe_engine/json', 15 'recipe_engine/json',
15 'recipe_engine/path', 16 'recipe_engine/path',
16 'recipe_engine/platform', 17 'recipe_engine/platform',
17 'recipe_engine/properties', 18 'recipe_engine/properties',
18 'recipe_engine/python', 19 'recipe_engine/python',
19 'recipe_engine/shutil', 20 'recipe_engine/shutil',
20 'recipe_engine/step', 21 'recipe_engine/step',
21 'swarming', 22 'swarming',
22 'test_results', 23 'test_results',
23 'test_utils', 24 'test_utils',
24 'trigger', 25 'trigger',
25 'depot_tools/tryserver', 26 'depot_tools/tryserver',
26 ] 27 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_checkout/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