diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-12 23:30:22 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-12 23:30:22 +0000 |
commit | 8aa980e71980ef7e7ed92bb5f0e3fa55a4984180 (patch) | |
tree | d3ca2f02c5196822e2abb062be615b027da053f2 /DEPS | |
parent | f698a68d0ae5bbcfdc42db2aaedae226353c3da7 (diff) | |
download | chromium_src-8aa980e71980ef7e7ed92bb5f0e3fa55a4984180.zip chromium_src-8aa980e71980ef7e7ed92bb5f0e3fa55a4984180.tar.gz chromium_src-8aa980e71980ef7e7ed92bb5f0e3fa55a4984180.tar.bz2 |
Roll smhasher from r146 to r147
This solves a compile error for CityHash on ARM: Platform.h:81
BUG=160369
TEST=tree
Review URL: https://codereview.chromium.org/11410045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,7 @@ deps = { (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83", "src/third_party/smhasher/src": - (Var("googlecode_url") % "smhasher") + "/trunk@146", + (Var("googlecode_url") % "smhasher") + "/trunk@147", "src/third_party/libphonenumber/src/phonenumbers": (Var("googlecode_url") % "libphonenumber") + |