diff options
author | kjellander <kjellander@chromium.org> | 2014-10-21 07:09:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-21 14:10:18 +0000 |
commit | 28d1981264903b186f5e9275c8f71d7943ccad7d (patch) | |
tree | 2e01a5700305f15dc1dff48011508e8bf0996b8d /DEPS | |
parent | cbaf69539f099899555220b092ba3a501634bab3 (diff) | |
download | chromium_src-28d1981264903b186f5e9275c8f71d7943ccad7d.zip chromium_src-28d1981264903b186f5e9275c8f71d7943ccad7d.tar.gz chromium_src-28d1981264903b186f5e9275c8f71d7943ccad7d.tar.bz2 |
Roll libyuv 9107460..5a09c3e (1125:1130)
This unblocks rolling WebRTC, since it depends on
libyuv and cannot use the dependency to ppapi, which
was removed in https://code.google.com/p/libyuv/source/detail?r=1130.
BUG=libyuv:374
Review URL: https://codereview.chromium.org/666103002
Cr-Commit-Position: refs/heads/master@{#300483}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ deps = { Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + 'a8caa51ba2f80971a45880425bf2ae864a786784', 'src/third_party/libyuv': - Var('chromium_git') + '/external/libyuv.git' + '@' + '9107460c7f76a10cc4122d91e62b0580eacd376e', + Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007746fdde04ca56dae7c', # from svn revision 1130 'src/third_party/smhasher/src': Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b2fc3a643b838e5b6e88f', |