Chromium Code Reviews| Index: chrome/test/mini_installer/config/chrome_system_installed.prop |
| diff --git a/chrome/test/mini_installer/config/chrome_system_installed.prop b/chrome/test/mini_installer/config/chrome_system_installed.prop |
| index a1bd47986b770ac6e9ba36c7e41ed1074087afbe..ed6876dd6f293dc9931df5cffc84d7893df2b6a7 100644 |
| --- a/chrome/test/mini_installer/config/chrome_system_installed.prop |
| +++ b/chrome/test/mini_installer/config/chrome_system_installed.prop |
| @@ -3,9 +3,13 @@ |
| "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, |
| "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll": |
| {"exists": true}, |
| + "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome_elf.dll": |
|
gab
2013/11/11 20:11:38
Please add as a TEST= section to this CL what comm
grt (UTC plus 2)
2013/11/12 14:29:06
TEST= is a place to put instructions for QA so tha
Cait (Slow)
2013/11/12 16:33:54
Done.
|
| + {"exists": true}, |
| "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z": |
| {"exists": true}, |
| "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe": |
| + {"exists": true}, |
| + "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MINI_INSTALLER_FILE_VERSION.manifest": |
| {"exists": true} |
| }, |
| "RegistryEntries": { |