| 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', |
| 4 'chromium', | 5 'chromium', |
| 5 'commit_position', | 6 'commit_position', |
| 6 'file', | 7 'file', |
| 7 'depot_tools/gclient', | 8 'depot_tools/gclient', |
| 8 'gitiles', | 9 'gitiles', |
| 9 'gsutil', | 10 'gsutil', |
| 10 'isolate', | 11 'isolate', |
| 11 'recipe_engine/json', | 12 'recipe_engine/json', |
| 12 'recipe_engine/path', | 13 'recipe_engine/path', |
| 13 'recipe_engine/platform', | 14 'recipe_engine/platform', |
| 14 'recipe_engine/properties', | 15 'recipe_engine/properties', |
| 15 'recipe_engine/python', | 16 'recipe_engine/python', |
| 16 'recipe_engine/raw_io', | 17 'recipe_engine/raw_io', |
| 17 'recipe_engine/step', | 18 'recipe_engine/step', |
| 18 'swarming', | 19 'swarming', |
| 19 'swarming_client', | 20 'swarming_client', |
| 20 'test_utils', | 21 'test_utils', |
| 21 'recipe_engine/time', | 22 'recipe_engine/time', |
| 22 'trigger', | 23 'trigger', |
| 23 'depot_tools/tryserver', | 24 'depot_tools/tryserver', |
| 24 ] | 25 ] |
| OLD | NEW |