Rollback chromium_revision from 285412 to 280149 as they causes a valgrind asan failure on build bots.

BUG=none
TESTED=untested
R=harryjin@google.com

Review URL: https://webrtc-codereview.appspot.com/17169004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1052 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2014-08-20 18:38:25 +00:00
parent 0ce3733797
commit 50a2da0c50
3 changed files with 3 additions and 3 deletions

2
DEPS
View File

@ -14,7 +14,7 @@ vars = {
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
# chrome://version/ for revision of canary Chrome.
# http://chromium-status.appspot.com/lkgr is a last known good revision.
"chromium_revision": "285412",
"chromium_revision": "280149",
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1050
Version: 1052
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1050
#define LIBYUV_VERSION 1052
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT