Chromium Code Reviews| Index: chrome/installer/mini_installer/chrome.release |
| diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release |
| index 1b6313448263f3d47179352a8315e092825263bc..da188277dac0485ddc3effef053e3656cdc130db 100644 |
| --- a/chrome/installer/mini_installer/chrome.release |
| +++ b/chrome/installer/mini_installer/chrome.release |
| @@ -5,7 +5,6 @@ |
| [GENERAL] |
| chrome.exe: %(ChromeDir)s\ |
| wow_helper.exe: %(ChromeDir)s\ |
| -Dictionaries\en-US.bdic: %(ChromeDir)s\Dictionaries |
| chrome.dll: %(VersionDir)s\ |
| nacl64.exe: %(VersionDir)s\ |
| ppGoogleNaClPluginChrome.dll: %(VersionDir)s\ |
| @@ -40,15 +39,18 @@ ui_resources_2x.pak: %(VersionDir)s\ |
| theme_resources_metro_1x.pak: %(VersionDir)s\ |
| [GOOGLE_CHROME] |
| -splash-620x300.png: %(ChromeDir)s\ |
| -Logo.png: %(ChromeDir)s\ |
| -SmallLogo.png: %(ChromeDir)s\ |
| -VisualElementsManifest.xml: %(ChromeDir)s\ |
| delegate_execute.exe: %(VersionDir)s\ |
| gcswf32.dll: %(VersionDir)s\ |
| metro_driver.dll: %(VersionDir)s\ |
| plugin.vch: %(VersionDir)s\ |
| FlashPlayerApp.exe: %(VersionDir)s\ |
| FlashPlayerCPLApp.cpl: %(VersionDir)s\ |
| +# All or none of the following 3 files need to be present as the creation of |
| +# VisualElementsManifest.xml is based on the existence of |
| +# %(VersionDir)\VisualElements. On a similar note, no other files should be |
| +# packaged in this directory. |
| +splash-620x300.png: %(VersionDir)s\VisualElements |
|
grt (UTC plus 2)
2012/05/02 15:09:44
nit: sort these and move them below PepperFlash so
gab
2012/05/02 20:55:58
Right, that was the original idea with Images (whi
grt (UTC plus 2)
2012/05/03 17:49:37
is it normal for lower-case to come before upper w
gab
2012/05/03 19:03:48
Right, in ASCII upper-case is before lower-case. F
|
| +Logo.png: %(VersionDir)s\VisualElements |
| +SmallLogo.png: %(VersionDir)s\VisualElements |
| PepperFlash\pepflashplayer.dll: %(VersionDir)s\PepperFlash\ |
| PepperFlash\manifest.json: %(VersionDir)s\PepperFlash\ |