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

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

Issue 53793002: Initial implementation of Chrome Early Loading Framework (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move elf init call back under fast notify Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Files": { 2 "Files": {
3 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true},
4 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll": 4 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome.dll":
5 {"exists": true}, 5 {"exists": true},
6 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chr ome_elf.dll":
7 {"exists": true},
6 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z": 8 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\chrome.7z":
7 {"exists": true}, 9 {"exists": true},
8 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe": 10 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Ins taller\\setup.exe":
11 {"exists": true},
12 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MI NI_INSTALLER_FILE_VERSION.manifest":
9 {"exists": true} 13 {"exists": true}
10 }, 14 },
11 "RegistryEntries": { 15 "RegistryEntries": {
12 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": { 16 "HKEY_LOCAL_MACHINE\\$CHROME_UPDATE_REGISTRY_SUBKEY": {
13 "exists": true, 17 "exists": true,
14 "values": { 18 "values": {
15 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 19 "pv": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
16 } 20 }
17 }, 21 },
18 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall \\$CHROME_LONG_NAME": { 22 "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall \\$CHROME_LONG_NAME": {
19 "exists": true, 23 "exists": true,
20 "values": { 24 "values": {
21 "UninstallString": { 25 "UninstallString": {
22 "type": "SZ", 26 "type": "SZ",
23 "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --syste m-level" 27 "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_F ILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --syste m-level"
24 }, 28 },
25 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"} 29 "Version": {"type": "SZ", "data": "$MINI_INSTALLER_FILE_VERSION"}
26 } 30 }
27 }, 31 },
28 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": { 32 "HKEY_LOCAL_MACHINE\\Software\\Classes\\$CHROME_SHORT_NAME": {
29 "condition": "$WINDOWS_VERSION >= $VERSION_WIN8", 33 "condition": "$WINDOWS_VERSION >= $VERSION_WIN8",
30 "exists": true 34 "exists": true
31 } 35 }
32 } 36 }
33 } 37 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/test/mini_installer/config/chrome_user_installed.prop » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698