| Index: chrome/installer/mini_installer/chrome.release
|
| diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release
|
| index 2a6ce2aeed1d515a7af7283a532aca230d5e3389..105ab0ad0ee0945d3c68c0320980f76f92e15271 100644
|
| --- a/chrome/installer/mini_installer/chrome.release
|
| +++ b/chrome/installer/mini_installer/chrome.release
|
| @@ -9,10 +9,18 @@
|
| chrome.exe: %(ChromeDir)s\
|
| wow_helper.exe: %(ChromeDir)s\
|
| #
|
| +# Chrome version dir aseembly manifest.
|
| +# The name of this file must match the name of the version dir, so we cannot
|
| +# hard-code it.
|
| +# // TODO(caitkp): Find a way to do this without wildcards.
|
| +#
|
| +*.*.*.*.manifest: %(VersionDir)s\
|
| +#
|
| # Chrome version dir entries, sorted alphabetically.
|
| #
|
| chrome.dll: %(VersionDir)s\
|
| chrome_100_percent.pak: %(VersionDir)s\
|
| +chrome_elf.dll: %(VersionDir)s\
|
| chrome_child.dll: %(VersionDir)s\
|
| chrome_frame_helper.dll: %(VersionDir)s\
|
| chrome_frame_helper.exe: %(VersionDir)s\
|
|
|