Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
gab
2013/07/26 20:39:48
Start this file with a comment leading to the desi
| |
| 2 "states": [ | |
| 3 ["clean", ["chrome_not_installed.prop", "chromef rame_not_installed.prop"]], | |
| 4 ["chrome_installed", ["chrome_installed.prop", "chromeframe _not_installed.prop"]], | |
| 5 ["chromeframe_installed", ["chrome_not_installed.prop", "chromef rame_installed.prop"]] | |
|
robertshield
2013/07/26 19:32:23
is it possible to add a line feed after the second
| |
| 6 ], | |
| 7 "actions": [ | |
| 8 ["install chrome", "mini_installer.exe --chrome --multi-install" ], | |
| 9 ["uninstall chrome", "mini_installer.exe --chrome --uninstall"] | |
| 10 ], | |
| 11 "tests": [ | |
| 12 ["clean", "install chrome", "chrome_installed", "uninstall chrom e", "clean"] | |
| 13 ] | |
| 14 } | |
| OLD | NEW |