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