Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "states": [ | |
| 3 ["clean", ["chrome_not_installed.prop"]], | |
| 4 ["chrome_installed", ["chrome_installed.prop"]] | |
| 5 ], | |
| 6 "actions": [ | |
| 7 ["install chrome", "mini_installer.exe --chrome --multi-install"], | |
| 8 ["uninstall chrome", "python uninstall_chrome.py"] | |
| 9 ], | |
| 10 "tests": [ | |
| 11 ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"] | |
| 12 ] | |
| 13 } | |
| OLD | NEW |