OLD | NEW |
1 DEPS = [ | 1 DEPS = [ |
2 'bisect_tester', | 2 'bisect_tester', |
3 'buildbucket', | 3 'buildbucket', |
4 'chromium', | 4 'chromium', |
5 'chromium_android', | 5 'chromium_android', |
| 6 'chromium_swarming', |
6 'chromium_tests', | 7 'chromium_tests', |
7 'commit_position', | 8 'commit_position', |
8 'crrev', | 9 'crrev', |
9 'depot_tools/bot_update', | 10 'depot_tools/bot_update', |
10 'depot_tools/gclient', | 11 'depot_tools/gclient', |
11 'depot_tools/git', | 12 'depot_tools/git', |
12 'depot_tools/tryserver', | 13 'depot_tools/tryserver', |
13 'file', | 14 'file', |
14 'gitiles', | 15 'gitiles', |
15 'gsutil', | 16 'gsutil', |
16 'halt', | 17 'halt', |
17 'math_utils', | 18 'math_utils', |
18 'perf_dashboard', | 19 'perf_dashboard', |
19 'perf_try', | 20 'perf_try', |
20 'recipe_engine/json', | 21 'recipe_engine/json', |
21 'recipe_engine/path', | 22 'recipe_engine/path', |
22 'recipe_engine/platform', | 23 'recipe_engine/platform', |
23 'recipe_engine/properties', | 24 'recipe_engine/properties', |
24 'recipe_engine/python', | 25 'recipe_engine/python', |
25 'recipe_engine/raw_io', | 26 'recipe_engine/raw_io', |
26 'recipe_engine/step', | 27 'recipe_engine/step', |
27 'service_account', | 28 'service_account', |
28 'trigger', | 29 'trigger', |
29 'url', | 30 'url', |
30 ] | 31 ] |
OLD | NEW |