From 48072f89afaabc6f98bc99d4b1e8fd90153abea6 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 13 Nov 2012 08:46:45 +0000 Subject: [PATCH] roll chromium deps to r167318 BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/968004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@482 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 6f4f5e5cc..b26c5bf91 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "163202", + "chromium_revision": "167318", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index e6b3e25c2..a0ae37407 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 481 +Version: 482 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ac17c19c5..169544af2 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 481 +#define LIBYUV_VERSION 482 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT