From 7d387f155afc32a9382204abe4ad5f39c642e14e Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 7 Feb 2013 21:02:40 +0000 Subject: [PATCH] Roll chromium dep to r181357 BUG=none TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1090006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@564 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 234b6db45..621f48d33 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": "177738", + "chromium_revision": "181357", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index 0bbb6b431..b63ce4d24 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 563 +Version: 564 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 62512cce9..647749c93 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 563 +#define LIBYUV_VERSION 564 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT