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

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

Issue 2224843002: Fix broken installer tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_al_win
Patch Set: address comment Created 4 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
« no previous file with comments | « chrome/test/mini_installer/config/chrome_system_installed.prop ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Files": { 2 "Files": {
3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.VisualElementsManifest.xml ": {"exists": true}, 4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.VisualElementsManifest.xml ": {"exists": true},
5 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 5 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll":
6 {"exists": true}, 6 {"exists": true},
7 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll": 7 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll":
8 {"exists": true}, 8 {"exists": true},
9 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z": 9 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
10 {"exists": true}, 10 {"exists": true},
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 }, 22 },
23 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": { 23 "HKEY_CURRENT_USER\\$BINARIES_UPDATE_REGISTRY_SUBKEY": {
24 "exists": "required", 24 "exists": "required",
25 "values": { 25 "values": {
26 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 26 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
27 } 27 }
28 }, 28 },
29 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": { 29 "HKEY_CURRENT_USER\\$LAUNCHER_UPDATE_REGISTRY_SUBKEY": {
30 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'", 30 "condition": "'$CHROME_SHORT_NAME' == 'Chrome'",
31 "exists": "required", 31 "exists": "forbidden"
32 "values": {
33 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
34 }
35 }, 32 },
36 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": { 33 "HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\ \$CHROME_LONG_NAME": {
37 "exists": "required", 34 "exists": "required",
38 "values": { 35 "values": {
39 "UninstallString": { 36 "UninstallString": {
40 "type": "SZ", 37 "type": "SZ",
41 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbo se-logging" 38 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --verbo se-logging"
42 }, 39 },
43 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 40 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
44 } 41 }
45 }, 42 },
46 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": { 43 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME$USER_SPECIFIC_REGI STRY_SUFFIX": {
47 "exists": "forbidden" 44 "exists": "forbidden"
48 } 45 }
49 } 46 }
50 } 47 }
OLDNEW
« no previous file with comments | « chrome/test/mini_installer/config/chrome_system_installed.prop ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698