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

Side by Side Diff: chrome/installer/automation_test/data/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: Add data. 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 "chromeframe_not_installed.prop"]],
5 ["chrome_installed", ["chrome_installed.prop",
6 "chromeframe_not_installed.prop"]],
7 ["chromeframe_installed", ["chrome_not_installed.prop",
8 "chromeframe_installed.prop"]]
9 ],
10 "actions": [
11 ["install chrome", "mini_installer.exe --chrome --multi-install"],
12 ["uninstall chrome", "mini_installer.exe --chrome --uninstall"]
13 ],
14 "tests": [
15 ["clean", "install chrome", "chrome_installed", "uninstall chrome", "clean"]
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698