diff options
author | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-04 23:32:15 +0000 |
---|---|---|
committer | jshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-04 23:32:15 +0000 |
commit | 84e5225cdd0c6c060a04c9930da5c9a48237bb4c (patch) | |
tree | 9fc55419c20c160523dcad5c5b1cfce916bd632c /DEPS | |
parent | a0b846623f3c7dbf6cbc6a36cd71135f5d218ca3 (diff) | |
download | chromium_src-84e5225cdd0c6c060a04c9930da5c9a48237bb4c.zip chromium_src-84e5225cdd0c6c060a04c9930da5c9a48237bb4c.tar.gz chromium_src-84e5225cdd0c6c060a04c9930da5c9a48237bb4c.tar.bz2 |
Pull in ICU @r=60495
To build ICU without '-fno-strict-alias' flag on Linux with gcc 4.4.x.
BUG=NONE
TEST=ICU build goes fine with gcc 4.4.x after
regenerating make files with 'gclient runhooks' with
GYP_DEFINES="no_strict_aliasing=0'
Review URL: http://codereview.chromium.org/3433021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ deps = { "/trunk/deps/third_party/WebKit@33467", "src/third_party/icu": - "/trunk/deps/third_party/icu42@58904", + "/trunk/deps/third_party/icu42@60495", "src/third_party/hunspell": "/trunk/deps/third_party/hunspell@60758", |