summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorraphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-13 18:50:27 +0000
committerraphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-13 18:50:27 +0000
commit60348d30bb64518a996b104e438d14208aa74fb5 (patch)
tree0f940e13272db8445f0f34742f14bc22d2bacda8 /DEPS
parent9e276b806126a56e3b53502e9c2171d3afb777d3 (diff)
downloadchromium_src-60348d30bb64518a996b104e438d14208aa74fb5.zip
chromium_src-60348d30bb64518a996b104e438d14208aa74fb5.tar.gz
chromium_src-60348d30bb64518a996b104e438d14208aa74fb5.tar.bz2
Roll smhasher from r148 to r149.
r149: Add required 'inline' keyword to FORCE_INLINE macros. This should help fix some build problems with certain GCC versions such as 4.8.0. R=phajdan.jr@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14797008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index d314321..2a710d2 100644
--- a/DEPS
+++ b/DEPS
@@ -291,7 +291,7 @@ deps = {
(Var("googlecode_url") % "libyuv") + "/trunk@682",
"src/third_party/smhasher/src":
- (Var("googlecode_url") % "smhasher") + "/trunk@148",
+ (Var("googlecode_url") % "smhasher") + "/trunk@149",
"src/third_party/libphonenumber/src/phonenumbers":
(Var("googlecode_url") % "libphonenumber") +