Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 DEPS = [ | |
| 2 'depot_tools/gclient', | |
| 3 'depot_tools/git_cl', | |
| 4 'depot_tools/bot_update', | |
| 5 'depot_tools/tryserver', | |
| 6 'file', | |
| 7 'luci_config', | |
| 8 'recipe_engine/path', | |
| 9 'recipe_engine/python', | |
| 10 'recipe_engine/raw_io', | |
| 11 'recipe_engine/step', | |
| 12 ] | |
| OLD | NEW |