OLD | NEW |
1 DEPS = [ | 1 DEPS = [ |
2 'archive', | 2 'archive', |
3 'depot_tools/bot_update', | 3 'depot_tools/bot_update', |
4 'depot_tools/infra_paths', | |
5 'chromium', | 4 'chromium', |
6 'commit_position', | 5 'commit_position', |
7 'file', | 6 'file', |
8 'depot_tools/gclient', | 7 'depot_tools/gclient', |
9 'gitiles', | 8 'gitiles', |
10 'gsutil', | 9 'gsutil', |
11 'isolate', | 10 'isolate', |
12 'recipe_engine/json', | 11 'recipe_engine/json', |
13 'recipe_engine/path', | 12 'recipe_engine/path', |
14 'recipe_engine/platform', | 13 'recipe_engine/platform', |
15 'recipe_engine/properties', | 14 'recipe_engine/properties', |
16 'recipe_engine/python', | 15 'recipe_engine/python', |
17 'recipe_engine/raw_io', | 16 'recipe_engine/raw_io', |
18 'recipe_engine/step', | 17 'recipe_engine/step', |
19 'swarming', | 18 'swarming', |
20 'swarming_client', | 19 'swarming_client', |
21 'test_utils', | 20 'test_utils', |
22 'recipe_engine/time', | 21 'recipe_engine/time', |
23 'trigger', | 22 'trigger', |
24 'depot_tools/tryserver', | 23 'depot_tools/tryserver', |
25 ] | 24 ] |
OLD | NEW |