summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 23:55:47 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-07 23:55:47 +0000
commita6879a7486c9a3c9b619f9dded1d535e734c7fcd (patch)
tree9c19a3eef8eb73b3a4307969122dcf9a20bfe6ef /DEPS
parent83c6bda785fa8fffa47bf2af47513d9bd399e7ca (diff)
downloadchromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.zip
chromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.tar.gz
chromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.tar.bz2
Dramatically improve the link time in release mode. Today's MC Hammer Xcode
Voodoo lesson: don't use the slow dsymutil utility; instead, make a "fake" .dSYM that contains the original unstripped Mach-O file. Review URL: http://codereview.chromium.org/9659 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5042 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 7f09dfb..0bd6572 100644
--- a/DEPS
+++ b/DEPS
@@ -15,7 +15,7 @@ deps = {
"/trunk/deps/third_party/WebKit@4887",
"src/third_party/icu38":
- "/trunk/deps/third_party/icu38@4634",
+ "/trunk/deps/third_party/icu38@5041",
"src/v8":
"http://v8.googlecode.com/svn/trunk@696",