Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 DEPS = [ | 1 DEPS = [ |
| 2 'gclient', | 2 'gclient', |
| 3 'json', | 3 'json', |
| 4 'path', | 4 'path', |
| 5 'platform', | 5 'platform', |
| 6 'properties', | 6 'properties', |
| 7 'python', | 7 'python', |
| 8 'raw_io', | |
| 8 'rietveld', | 9 'rietveld', |
| 9 'step', | 10 'step', |
| 10 'tryserver', | 11 'tryserver', |
| 11 ] | 12 ] |
| OLD | NEW |