diff --git a/DEPS b/DEPS index 657002541..8f56d9d13 100644 --- a/DEPS +++ b/DEPS @@ -8,7 +8,7 @@ vars = { # Roll the Chromium Git hash to pick up newer versions of all the # dependencies and tools linked to in setup_links.py. - "chromium_revision": "6455c698e51af65f57a8fe83547296218a5a7251", + "chromium_revision": "2d714fae183152299b3cbf0056eab5fe8bb75e87", } hooks = [ diff --git a/README.chromium b/README.chromium index c3dc62548..8c0662a78 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1118 +Version: 1119 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index ac10ab599..90a56fddc 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 1118 +#define LIBYUV_VERSION 1119 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT