From 380973cf19393d24ec965b2e6204618ade897bb9 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 28 May 2013 17:05:41 +0000 Subject: [PATCH] Roll chromium deps to 202548 BUG=231 TEST=build libyuv, test location of library R=mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1575004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@701 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 f33260bee..eafc459c3 100644 --- a/DEPS +++ b/DEPS @@ -13,7 +13,7 @@ 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": "195751", + "chromium_revision": "202548", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index a257370b2..927d07276 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 699 +Version: 701 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 842578286..c8cfa1d57 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 699 +#define LIBYUV_VERSION 701 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT