diff options
author | raphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 18:50:27 +0000 |
---|---|---|
committer | raphael.kubo.da.costa@intel.com <raphael.kubo.da.costa@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 18:50:27 +0000 |
commit | 60348d30bb64518a996b104e438d14208aa74fb5 (patch) | |
tree | 0f940e13272db8445f0f34742f14bc22d2bacda8 /DEPS | |
parent | 9e276b806126a56e3b53502e9c2171d3afb777d3 (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") + |