summaryrefslogtreecommitdiffstats
path: root/base/i18n
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 20:13:17 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 20:13:17 +0000
commit6b487bf68418cc4f11c2db9cc8927768133c6a83 (patch)
tree7beeeec98c6fb61e16dec040c0d5ae8bb027dca7 /base/i18n
parent7a65ac8a11916a4f13a7ed69346a4bda41e2d0ba (diff)
downloadchromium_src-6b487bf68418cc4f11c2db9cc8927768133c6a83.zip
chromium_src-6b487bf68418cc4f11c2db9cc8927768133c6a83.tar.gz
chromium_src-6b487bf68418cc4f11c2db9cc8927768133c6a83.tar.bz2
Drop the icu version number from the name of icu data file on Windows.
This is to avoid having to change a bunch of build/release configuration files everytime ICU version is changed. This will bring in the following two CLs in ICU and googleurl: http://codereview.chromium.org/6625032 http://codereview.chromium.org/6623060 BUG=74076 TEST=Chrome can be built and a binary built runs fine with an accompanying Chrome CL in place. Review URL: http://codereview.chromium.org/6624060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/i18n')
-rw-r--r--base/i18n/icu_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/i18n/icu_util.cc b/base/i18n/icu_util.cc
index eb7a688..4f17f177 100644
--- a/base/i18n/icu_util.cc
+++ b/base/i18n/icu_util.cc
@@ -44,7 +44,7 @@
#elif ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_SHARED
#define ICU_UTIL_DATA_SYMBOL "icudt" U_ICU_VERSION_SHORT "_dat"
#if defined(OS_WIN)
-#define ICU_UTIL_DATA_SHARED_MODULE_NAME "icudt" U_ICU_VERSION_SHORT ".dll"
+#define ICU_UTIL_DATA_SHARED_MODULE_NAME "icudt.dll"
#endif
#endif