diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 03:07:09 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 03:07:09 +0000 |
commit | b37b4abf9766b35bb6c96a54aa3c86085aa53e11 (patch) | |
tree | b2d9c36d8282c4f0c6ff85cda5f2660eeb5fa174 /DEPS | |
parent | 196a0b024400dcebb59d6651f25df9cc813d7e6b (diff) | |
download | chromium_src-b37b4abf9766b35bb6c96a54aa3c86085aa53e11.zip chromium_src-b37b4abf9766b35bb6c96a54aa3c86085aa53e11.tar.gz chromium_src-b37b4abf9766b35bb6c96a54aa3c86085aa53e11.tar.bz2 |
Roll the DEPS for rlz library r15:r16.
This should fix the win build.
BUG=44644
TEST=None
TBR=maruel@chromium.org
Review URL: http://codereview.chromium.org/3318010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ deps_os = { Var("nacl_revision")), "src/rlz": - (Var("googlecode_url") % "rlz") + "/trunk@15", + (Var("googlecode_url") % "rlz") + "/trunk@16", }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": |