diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 23:01:41 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 23:01:41 +0000 |
commit | b481edbd6eb1803a01704f0c7d3aeeda7f1ec962 (patch) | |
tree | 45b97f4a628ff9b6a0208022558da83576db5785 /DEPS | |
parent | 346f54d592fc64a1d7e1a2ddbf70a8bd727c6305 (diff) | |
download | chromium_src-b481edbd6eb1803a01704f0c7d3aeeda7f1ec962.zip chromium_src-b481edbd6eb1803a01704f0c7d3aeeda7f1ec962.tar.gz chromium_src-b481edbd6eb1803a01704f0c7d3aeeda7f1ec962.tar.bz2 |
Update GURL to r154.
Picks up:
Update GURL_API to cover non-Windows platforms.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ deps = { "/trunk/deps/support@20411", "src/googleurl": - (Var("googlecode_url") % "google-url") + "/trunk@153", + (Var("googlecode_url") % "google-url") + "/trunk@154", "src/seccompsandbox": (Var("googlecode_url") % "seccompsandbox") + "/trunk@153", |