Commit 748089e9 authored by tony@chromium.org's avatar tony@chromium.org

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
parent 31af2ec0
...@@ -40,6 +40,7 @@ nacl_irt_x86_64.nexe: %(VersionDir)s\ ...@@ -40,6 +40,7 @@ nacl_irt_x86_64.nexe: %(VersionDir)s\
icudt.dll: %(VersionDir)s\ icudt.dll: %(VersionDir)s\
resources.pak: %(VersionDir)s\ resources.pak: %(VersionDir)s\
locales\*.pak: %(VersionDir)s\Locales locales\*.pak: %(VersionDir)s\Locales
locales\*.dll: %(VersionDir)s\Locales
servers\*.dll: %(VersionDir)s\ servers\*.dll: %(VersionDir)s\
servers\*.exe: %(VersionDir)s\ servers\*.exe: %(VersionDir)s\
chrome_frame_helper.exe: %(VersionDir)s\ chrome_frame_helper.exe: %(VersionDir)s\
......
servers\npchrome_frame.dll servers\npchrome_frame.dll
servers\chrome_launcher.exe servers\chrome_launcher.exe
chrome_frame_helper.exe chrome_frame_helper.exe
chrome_frame_helper.dll chrome_frame_helper.dll
\ No newline at end of file locales\*.dll
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment