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

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

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 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
1 { 1 {
2 "Condition": "$SUPPORTS_SXS", 2 "Condition": "'$BRAND' == 'Google Chrome'",
3 "Files": { 3 "Files": {
4 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chrome.exe": {"exists": true} , 4 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chrome.exe": {"exists": true} ,
5 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chrome.VisualElementsManifest .xml": {"exists": true}, 5 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\chrome.VisualElementsManifest .xml": {"exists": true},
6 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome.dll": 6 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome.dll":
7 {"exists": true}, 7 {"exists": true},
8 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome_elf.dll": 8 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome_elf.dll":
9 {"exists": true}, 9 {"exists": true},
10 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\chrome.7z": 10 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\chrome.7z":
11 {"exists": true}, 11 {"exists": true},
12 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\setup.exe": 12 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \Installer\\setup.exe":
(...skipping 18 matching lines...) Expand all
31 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALL ER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-sxs --verbose-loggi ng" 31 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALL ER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-sxs --verbose-loggi ng"
32 }, 32 },
33 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 33 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
34 } 34 }
35 }, 35 },
36 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": { 36 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": {
37 "exists": "forbidden" 37 "exists": "forbidden"
38 } 38 }
39 } 39 }
40 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698