| OLD | NEW |
| 1 DEPS = [ | 1 DEPS = [ |
| 2 'archive', | 2 'archive', |
| 3 'depot_tools/bot_update', | 3 'depot_tools/bot_update', |
| 4 'chromium', | 4 'chromium', |
| 5 'chromium_android', | 5 'chromium_android', |
| 6 'chromium_checkout', | 6 'chromium_checkout', |
| 7 'chromium_swarming', | 7 'chromium_swarming', |
| 8 'commit_position', | 8 'commit_position', |
| 9 'file', | 9 'file', |
| 10 'gsutil', |
| 10 'depot_tools/gclient', | 11 'depot_tools/gclient', |
| 11 'isolate', | 12 'isolate', |
| 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/step', | 17 'recipe_engine/step', |
| 17 'swarming', | 18 'swarming', |
| 18 'test_utils', | 19 'test_utils', |
| 19 'trigger', | 20 'trigger', |
| 20 'depot_tools/tryserver', | 21 'depot_tools/tryserver', |
| 22 'zip', |
| 21 ] | 23 ] |
| OLD | NEW |