diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 21:14:24 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-04 21:14:24 +0000 |
commit | 11d2f348c3de2edc905243833ca3554ded56e7a1 (patch) | |
tree | d64f9142c6023f7135ddd575fb305c907247dc1f /DEPS | |
parent | 8064c1a550bb335499368aa9499c65b5b5362fc7 (diff) | |
download | chromium_src-11d2f348c3de2edc905243833ca3554ded56e7a1.zip chromium_src-11d2f348c3de2edc905243833ca3554ded56e7a1.tar.gz chromium_src-11d2f348c3de2edc905243833ca3554ded56e7a1.tar.bz2 |
Roll googleurl to 171 to get my test fix for
URLCanonTest.CanonicalizeFileSystemURL.
BUG=121671
TEST=URLCanonTest.CanonicalizeFileSystemURL.
Review URL: https://chromiumcodereview.appspot.com/9958138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ deps = { "/trunk/deps/support@20411", "src/googleurl": - (Var("googlecode_url") % "google-url") + "/trunk@170", + (Var("googlecode_url") % "google-url") + "/trunk@171", "src/seccompsandbox": (Var("googlecode_url") % "seccompsandbox") + "/trunk@178", |