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