| OLD | NEW |
| 1 DEPS = [ | 1 DEPS = [ |
| 2 'adb', | 2 'adb', |
| 3 'amp', | |
| 4 'archive', | 3 'archive', |
| 5 'depot_tools/bot_update', | 4 'depot_tools/bot_update', |
| 6 'chromium', | 5 'chromium', |
| 7 'chromium_android', | 6 'chromium_android', |
| 8 'commit_position', | 7 'commit_position', |
| 9 'file', | 8 'file', |
| 10 'filter', | 9 'filter', |
| 11 'depot_tools/gclient', | 10 'depot_tools/gclient', |
| 12 'goma', | 11 'goma', |
| 13 'isolate', | 12 'isolate', |
| 14 'recipe_engine/json', | 13 'recipe_engine/json', |
| 15 'recipe_engine/path', | 14 'recipe_engine/path', |
| 16 'recipe_engine/platform', | 15 'recipe_engine/platform', |
| 17 'recipe_engine/properties', | 16 'recipe_engine/properties', |
| 18 'recipe_engine/python', | 17 'recipe_engine/python', |
| 19 'recipe_engine/shutil', | 18 'recipe_engine/shutil', |
| 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 |