aboutsummaryrefslogtreecommitdiff
path: root/icu.gyp
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2011-03-07 21:09:59 +0000
committerjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2011-03-07 21:09:59 +0000
commitdcbad9626bdf9a5e7436984decbb1d3e1c82f7c4 (patch)
tree52fb2fdf9c7a8ab4e8c584a3696b8073c7897ba5 /icu.gyp
parent7cf145349dd1d480e25ecd96d2961e55c9566a74 (diff)
downloadicu-dcbad9626bdf9a5e7436984decbb1d3e1c82f7c4.tar.gz
Drop ICU version number from the name of icu data dll file on Windows.
This is to avoid having to update a bunch of build/release configuration files whenever ICU is upgraded. (see http://crbug.com/73991) This will be followed by three CLs (googleurl, chrome and internal build config). BUG=74076 TEST=Chrome can be built and a binary built runs fine with an accompanying Chrome CL in place. TBR=nsylvain Review URL: http://codereview.chromium.org/6625032 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu46@77181 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'icu.gyp')
-rw-r--r--icu.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/icu.gyp b/icu.gyp
index e0691e9..18677ed 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -35,7 +35,7 @@
'target_name': 'icudata',
'type': '<(library)',
'sources': [
- 'windows/icudt46.dll',
+ 'windows/icudt.dll',
# These are hand-generated, but will do for now. The linux
# version is an identical copy of the (mac) icudt46l_dat.S file,
# modulo removal of the .private_extern and .const directives and
@@ -52,7 +52,7 @@
'type': 'none',
'msvs_tool_files': ['../../build/output_dll_copy.rules'],
}, { # else: OS != "win"
- 'sources!': ['windows/icudt46.dll'],
+ 'sources!': ['windows/icudt.dll'],
}],
[ 'OS != "linux" or chromeos == 1', {
'sources!': ['linux/icudt46l_dat.S'],