From 50a2da0c50b974f567a7f4d01123654d6fede0e5 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 20 Aug 2014 18:38:25 +0000 Subject: [PATCH] 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 --- DEPS | 2 +- README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index fddb49ede..2fae824f0 100644 --- a/DEPS +++ b/DEPS @@ -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 diff --git a/README.chromium b/README.chromium index 125056413..d1b5a0548 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1050 +Version: 1052 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index cb8d05764..5dd881503 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -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