From c669cd2da07e6638918430d0a12e71e99cf31f27 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 26 Mar 2014 02:08:51 +0000 Subject: [PATCH] Roll chromium dependency to r255773 BUG=none TESTED=try bots R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/10629005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@989 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- DEPS | 3 ++- README.chromium | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index e797422e5..af7600e0e 100644 --- a/DEPS +++ b/DEPS @@ -13,7 +13,8 @@ vars = { "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", # chrome://version/ for revision of canary Chrome. - "chromium_revision": "232627", + # http://chromium-status.appspot.com/lkgr is a last known good revision. + "chromium_revision": "255773", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index 419332a12..e0a263a8b 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 986 +Version: 989 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 9b3cacfd2..0b3fb9b50 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 986 +#define LIBYUV_VERSION 989 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT