diff --git a/DEPS b/DEPS index c4c0ac7ec..780c802aa 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": "202548", + "chromium_revision": "232627", } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/README.chromium b/README.chromium index ff9e1c35a..fc2750525 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 859 +Version: 863 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index c656f2d43..33aa3815b 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 859 +#define LIBYUV_VERSION 863 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT