From d0628b2b1f1860466064100eb23c5d56ea001a40 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 1 Aug 2014 20:39:01 +0000 Subject: [PATCH] bump chromium deps to 285412 to stay in sync with webrtc. BUG=none TESTED=gclient sync & set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 & python gyp_libyuv -fninja -G msvs_version=2010 libyuv_test.gyp & ninja -C out\Debug & ninja -C out\Debug R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/15059004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1040 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 2fae824f0..fddb49ede 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": "280149", + "chromium_revision": "285412", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index e58eb6fec..7ed781b95 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1038 +Version: 1040 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 1ab8c5c84..ef0ebe8d5 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 1038 +#define LIBYUV_VERSION 1040 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT