diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:56:13 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:56:13 +0000 |
commit | 3ef7fb0d42affe262ab8cc3637a9982c65a59335 (patch) | |
tree | a2ba1263242331f4adb3b310dfa2711b83703ef8 /DEPS | |
parent | 6496f98284fd5f99825f94fcd9e51785f0718868 (diff) | |
download | chromium_src-3ef7fb0d42affe262ab8cc3637a9982c65a59335.zip chromium_src-3ef7fb0d42affe262ab8cc3637a9982c65a59335.tar.gz chromium_src-3ef7fb0d42affe262ab8cc3637a9982c65a59335.tar.bz2 |
Roll rlz r44:46
This picks up the stringprintf.h include fix.
BUG=None
TEST=None
R=rogerta@chromium.org
Review URL: http://codereview.chromium.org/7618047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -310,7 +310,7 @@ deps_os = { Var("nacl_tools_revision")), "src/rlz": - (Var("googlecode_url") % "rlz") + "/trunk@44", + (Var("googlecode_url") % "rlz") + "/trunk@46", # Dependencies used by libjpeg-turbo "src/third_party/yasm/binaries": |