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