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 | |
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
-rw-r--r-- | chrome/installer/mini_installer/chrome.release | 1 | ||||
-rw-r--r-- | chrome_frame/FILES | 3 |
2 files changed, 3 insertions, 1 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\
diff --git a/chrome_frame/FILES b/chrome_frame/FILES index 1290261..0c07ed7 100644 --- a/chrome_frame/FILES +++ b/chrome_frame/FILES @@ -1,4 +1,5 @@ servers\npchrome_frame.dll servers\chrome_launcher.exe chrome_frame_helper.exe -chrome_frame_helper.dll
\ No newline at end of file +chrome_frame_helper.dll +locales\*.dll |