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

Unified Diff: chrome/installer/mini_installer/chrome.release

Issue 10160011: Create VisualElementsManifest.xml from template -- install VisualElements in the version directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rewording Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/setup/install_worker.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\
« no previous file with comments | « no previous file | chrome/installer/setup/install_worker.cc » ('j') | chrome/installer/setup/install_worker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698