diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 05:40:24 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 05:40:24 +0000 |
commit | 4ce4f58c00694921012efcbfcb34d3bb5d52971f (patch) | |
tree | 5f3daa72d9661e87e03031668f20cfe1a499f980 /DEPS | |
parent | d547944fe25ca088117e9b62a22d720978e2ab64 (diff) | |
download | chromium_src-4ce4f58c00694921012efcbfcb34d3bb5d52971f.zip chromium_src-4ce4f58c00694921012efcbfcb34d3bb5d52971f.tar.gz chromium_src-4ce4f58c00694921012efcbfcb34d3bb5d52971f.tar.bz2 |
libyuv r675 for improved llvm compatible assembly and avoid ternary operator for C.
BUG=233709
TEST=try bots
Review URL: https://codereview.chromium.org/14248008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ deps = { "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), "src/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@618", + (Var("googlecode_url") % "libyuv") + "/trunk@675", "src/third_party/smhasher/src": (Var("googlecode_url") % "smhasher") + "/trunk@148", |