| OLD | NEW |
| 1 DEPS = [ | 1 DEPS = [ |
| 2 'depot_tools/bot_update', | 2 'depot_tools/bot_update', |
| 3 'bisect_tester', | 3 'bisect_tester', |
| 4 'buildbucket', | |
| 5 'chromium', | 4 'chromium', |
| 6 'chromium_android', | 5 'chromium_android', |
| 7 'chromium_tests', | 6 'chromium_tests', |
| 8 'commit_position', | 7 'commit_position', |
| 9 'file', | 8 'file', |
| 10 'depot_tools/gclient', | 9 'depot_tools/gclient', |
| 11 'depot_tools/git', | 10 'depot_tools/git', |
| 12 'gsutil', | 11 'gsutil', |
| 13 'perf_dashboard', | 12 'perf_dashboard', |
| 14 'recipe_engine/json', | 13 'recipe_engine/json', |
| 15 'halt', | 14 'halt', |
| 16 'math_utils', | 15 'math_utils', |
| 17 'recipe_engine/path', | 16 'recipe_engine/path', |
| 18 'recipe_engine/platform', | 17 'recipe_engine/platform', |
| 19 'recipe_engine/properties', | 18 'recipe_engine/properties', |
| 20 'recipe_engine/python', | 19 'recipe_engine/python', |
| 21 'recipe_engine/raw_io', | 20 'recipe_engine/raw_io', |
| 22 'recipe_engine/step', | 21 'recipe_engine/step', |
| 23 'service_account', | |
| 24 'trigger', | 22 'trigger', |
| 25 'url', | |
| 26 'depot_tools/tryserver', | 23 'depot_tools/tryserver', |
| 27 ] | 24 ] |
| OLD | NEW |