diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 03:57:39 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 03:57:39 +0000 |
commit | c199130efc467a32bcae3fdc1699434303bcac1c (patch) | |
tree | b70fbfbb8b3b039a74e2593a8519f233ad54f356 /DEPS | |
parent | 1cd6d7ffcfb20215c225e613a67b39dc5f51c4cf (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |