Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 DEPS = [ | |
| 2 'cipd', | |
| 3 'luci_config', | |
| 4 'gsutil', | |
| 5 | |
| 6 'depot_tools/gclient', | |
| 7 'depot_tools/git', | |
| 8 | |
| 9 'recipe_engine/json', | |
| 10 'recipe_engine/path', | |
| 11 'recipe_engine/python', | |
| 12 'recipe_engine/raw_io', | |
| 13 'recipe_engine/step', | |
| 14 'recipe_engine/tempfile', | |
| 15 ] | |
| OLD | NEW |