summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 03:57:39 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-04 03:57:39 +0000
commitc199130efc467a32bcae3fdc1699434303bcac1c (patch)
treeb70fbfbb8b3b039a74e2593a8519f233ad54f356 /DEPS
parent1cd6d7ffcfb20215c225e613a67b39dc5f51c4cf (diff)
downloadchromium_src-c199130efc467a32bcae3fdc1699434303bcac1c.zip
chromium_src-c199130efc467a32bcae3fdc1699434303bcac1c.tar.gz
chromium_src-c199130efc467a32bcae3fdc1699434303bcac1c.tar.bz2
Successor to http://codereview.chromium.org/115748
This change pulls in the new googleurl, which contains the ability to parse partial IPv6 literals. Add a test for chromium's SegmentURL, to verify that it's working. BUG=none TEST=Ran "unit_tests" in Debug and Release mode. Patch by pmarks@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17598 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 0a485dd..75d988d 100644
--- a/DEPS
+++ b/DEPS
@@ -10,7 +10,7 @@ deps = {
"http://google-breakpad.googlecode.com/svn/trunk/src@346",
"src/googleurl":
- "http://google-url.googlecode.com/svn/trunk@105",
+ "http://google-url.googlecode.com/svn/trunk@106",
"src/sdch/open-vcdiff":
"http://open-vcdiff.googlecode.com/svn/trunk@26",