blob: 94725f6d59e36e5428e3110953389d0d5142982e [file] [log] [blame]
{
"states": [
["clean", ["chrome_not_installed.prop"]],
["chrome_installed", ["chrome_installed.prop"]]
],
"actions": [
["install chrome",
"\"$MINI_INSTALLER\" --chrome --multi-install --do-not-launch-chrome"],
["uninstall chrome", "python uninstall_chrome.py"]
],
"tests": [
["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"]
]
}