diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 21:50:36 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 21:50:36 +0000 |
commit | f6f49490e29b04343a239dcb625c4e89dd02300f (patch) | |
tree | 3bc042b02615c2215effe47300f9bf8a97f40c4f /chrome/installer/mini_installer.gyp | |
parent | 36df22b48817bc7fe7159e498f65b5e8b00f1605 (diff) | |
download | chromium_src-f6f49490e29b04343a239dcb625c4e89dd02300f.zip chromium_src-f6f49490e29b04343a239dcb625c4e89dd02300f.tar.gz chromium_src-f6f49490e29b04343a239dcb625c4e89dd02300f.tar.bz2 |
ICU 4.6 upgrade chrome changes in phase 2
A bunch of hard-coded references to icudt42.dll are updated to
refer to icudt46.dll.
See also http://codereview.chromium.org/6575042/ (and there's one more accompanying CL - internal).
I'll follow up this CL with a change to rename icudtXX.dll to icudt.dll
so that I don't have to do this again next time.
BUG=73991,61514
TEST=daily archived builds have icudt46.dll
Review URL: http://codereview.chromium.org/6580046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r-- | chrome/installer/mini_installer.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index 837d4f1..d566d0a 100644 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -197,7 +197,7 @@ '<(PRODUCT_DIR)/nacl64.dll', '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', '<(PRODUCT_DIR)/locales/en-US.dll', - '<(PRODUCT_DIR)/icudt42.dll', + '<(PRODUCT_DIR)/icudt46.dll', ], 'outputs': [ 'xxx.out', |