summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-10 20:36:14 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-10 20:36:14 +0000
commit62e7190b0445dcc6f80b63149a8763f59c3a7cf0 (patch)
treeaa0786c3df079a0daec96045589a893792afceb0 /DEPS
parentdc2befe454806f8d4e5f81d9f2a6f1feb2d9a270 (diff)
downloadchromium_src-62e7190b0445dcc6f80b63149a8763f59c3a7cf0.zip
chromium_src-62e7190b0445dcc6f80b63149a8763f59c3a7cf0.tar.gz
chromium_src-62e7190b0445dcc6f80b63149a8763f59c3a7cf0.tar.bz2
Add support for ICU data in a data file.
- Mac Foundation utility for fetching a resource from the MainAppBundle. - Bringing in newer ICU dep that has optional support for using the ICU data file. - If Mac is built using a ICU data file, directly map in the data so it will work even in a sandboxed process. **The build does not use this data file support at this time.** This might help the Mac bots as it means each unittest that depends on base will be ~10meg smaller, helping link and also helping with the copy of bits from the builder to the tester. If Mac ever support a Universal binary (32bit and 64bit) it will also probably want to use this to avoid carrying two copies of the ICU data. Review URL: http://codereview.chromium.org/6479021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index e600536..ee8171a 100644
--- a/DEPS
+++ b/DEPS
@@ -47,7 +47,7 @@ deps = {
"/trunk/deps/third_party/WebKit@73335",
"src/third_party/icu":
- "/trunk/deps/third_party/icu42@69864",
+ "/trunk/deps/third_party/icu42@74439",
"src/third_party/hunspell":
"/trunk/deps/third_party/hunspell@65351",