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