summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 21:22:20 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-25 21:22:20 +0000
commitb90a6b5554bc941fd7e6ad0c340992a331b6e1f3 (patch)
treeb393fa9e205dd8a2b951d2b174ddf1096da20ae0
parent15d566e53e87720f34bce1e064025b3f3927be81 (diff)
downloadchromium_src-b90a6b5554bc941fd7e6ad0c340992a331b6e1f3.zip
chromium_src-b90a6b5554bc941fd7e6ad0c340992a331b6e1f3.tar.gz
chromium_src-b90a6b5554bc941fd7e6ad0c340992a331b6e1f3.tar.bz2
Pull in icu@32651:
Remove invuca.icu table from the ICU data file again(see http://codereview.chromium.org/399089/show) It was added to make Chrome not crash with a webkit patch for bug 30437 (https://bugs.webkit.org/show_bug.cgi?id=30437) However, the webkit patch was rolled back so that we don't need invuca.icu for now. Removing it will cut down the data size by 230k (before compression and in the Chrome executable on Linux/Mac and the ICU data dll on Linux). This has to be added back when it becomes necessary again to fix the aforementioned webkit bug. See also http://crbug.com/28132 (a bug about ~ 4kB of space wasted by copyright statements) BUG=20406 TEST=All the webkit tests pass. Review URL: http://codereview.chromium.org/418019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33118 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 1a2ff73..a50198b 100644
--- a/DEPS
+++ b/DEPS
@@ -26,7 +26,7 @@ deps = {
"/trunk/deps/third_party/WebKit@27313",
"src/third_party/icu":
- "/trunk/deps/third_party/icu42@31724",
+ "/trunk/deps/third_party/icu42@32651",
"src/third_party/hunspell":
"/trunk/deps/third_party/hunspell128@30191",