diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:45:49 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-26 23:45:49 +0000 |
commit | 748089e943d106579c88be9a79db5110a7989ffd (patch) | |
tree | 102730fae386bda870f781c0bac6dfc30604946f /chrome/installer | |
parent | 31af2ec0af796b3d4daa69ddc632bfebd95866cb (diff) | |
download | chromium_src-748089e943d106579c88be9a79db5110a7989ffd.zip chromium_src-748089e943d106579c88be9a79db5110a7989ffd.tar.gz chromium_src-748089e943d106579c88be9a79db5110a7989ffd.tar.bz2 |
Include the locale dlls (they now only contain dialogs used by chrome
frame) in the mini installer package.
BUG=94362
TEST=In a chrome frame page, press ctrl+f. A find dialog should appear and it
should be localized.
Review URL: http://codereview.chromium.org/7761010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/mini_installer/chrome.release b/chrome/installer/mini_installer/chrome.release index 555c3ee..aab00a3 100644 --- a/chrome/installer/mini_installer/chrome.release +++ b/chrome/installer/mini_installer/chrome.release @@ -40,6 +40,7 @@ nacl_irt_x86_64.nexe: %(VersionDir)s\ icudt.dll: %(VersionDir)s\
resources.pak: %(VersionDir)s\
locales\*.pak: %(VersionDir)s\Locales
+locales\*.dll: %(VersionDir)s\Locales
servers\*.dll: %(VersionDir)s\
servers\*.exe: %(VersionDir)s\
chrome_frame_helper.exe: %(VersionDir)s\
|