diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 02:55:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-21 02:55:43 +0000 |
commit | 00feb4676091325ca6e35772b70f6d3067f10867 (patch) | |
tree | 3af81488d9d64c5cd7b17e94ba00c3dc7ee4e668 /DEPS | |
parent | 5989f1a45c9163d59ef4009ea1d7708114744900 (diff) | |
download | chromium_src-00feb4676091325ca6e35772b70f6d3067f10867.zip chromium_src-00feb4676091325ca6e35772b70f6d3067f10867.tar.gz chromium_src-00feb4676091325ca6e35772b70f6d3067f10867.tar.bz2 |
Roll DEPS for rlz library r8:12.
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/3133032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56973 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -213,7 +213,7 @@ deps_os = { Var("nacl_revision")), "src/rlz": - "http://rlz.googlecode.com/svn/trunk@8", + "http://rlz.googlecode.com/svn/trunk@12", }, "mac": { "src/chrome/tools/test/reference_build/chrome_mac": @@ -271,7 +271,7 @@ include_rules = [ "+rlz", # For now, we allow ICU to be included by specifying "unicode/...", although - # this should probably change. + # this should probably change. "+unicode", "+testing", ] |