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

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

Issue 1790723002: Fix missing VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/chrome_exe.gypi ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | 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 "Condition": "$SUPPORTS_SXS", 2 "Condition": "$SUPPORTS_SXS",
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\\$MINI_INSTALLER_FILE_VERSION\ \chrome.dll": 6 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \chrome.dll":
6 {"exists": true}, 7 {"exists": true},
7 "$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":
8 {"exists": true}, 9 {"exists": true},
9 "$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":
10 {"exists": true}, 11 {"exists": true},
11 "$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":
12 {"exists": true}, 13 {"exists": true},
13 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \$MINI_INSTALLER_FILE_VERSION.manifest": 14 "$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALLER_FILE_VERSION\ \$MINI_INSTALLER_FILE_VERSION.manifest":
14 {"exists": true} 15 {"exists": true}
(...skipping 13 matching lines...) Expand all
28 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALL ER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-sxs --verbose-loggi ng" 29 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR_SXS\\Application\\$MINI_INSTALL ER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --chrome-sxs --verbose-loggi ng"
29 }, 30 },
30 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 31 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
31 } 32 }
32 }, 33 },
33 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": { 34 "HKEY_CURRENT_USER\\Software\\Classes\\$CHROME_SHORT_NAME_SXS$USER_SPECIFIC_ REGISTRY_SUFFIX": {
34 "exists": "forbidden" 35 "exists": "forbidden"
35 } 36 }
36 } 37 }
37 } 38 }
OLDNEW
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/test/mini_installer/config/chrome_system_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698