Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: chrome/test/mini_installer/config/config.config

Issue 20578004: Initial commit for the Automated Installer Testing Framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Upload with NOTRY=True. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_not_installed.prop ('k') | chrome/test/mini_installer/registry_verifier.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698