diff options
author | rogerta@google.com <rogerta@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 13:57:41 +0000 |
---|---|---|
committer | rogerta@google.com <rogerta@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-24 13:57:41 +0000 |
commit | b1bbd093afb3cf3c47bb5b9d82fac6145317602a (patch) | |
tree | 3bd0e0269ded687670a65438988c6a6575098347 /DEPS | |
parent | e4f4edabebba300b41128bfe31ed6a021f864ca7 (diff) | |
download | chromium_src-b1bbd093afb3cf3c47bb5b9d82fac6145317602a.zip chromium_src-b1bbd093afb3cf3c47bb5b9d82fac6145317602a.tar.gz chromium_src-b1bbd093afb3cf3c47bb5b9d82fac6145317602a.tar.bz2 |
Roll the version number of the rlz library to make the new open source RLZ
implementation used by chrome interoperate correctly with other products that
use RLZ,
BUG=None
TEST=Install chrome and another RLZ-enabled product and make sure they
correctly share the DCC string and their RLZ strings. No registry values
should have the type REG_BINARY.
Review URL: http://codereview.chromium.org/3181033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57181 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ deps_os = { Var("nacl_revision")), "src/rlz": - "http://rlz.googlecode.com/svn/trunk@12", + "http://rlz.googlecode.com/svn/trunk@15", }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": |