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