summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2014-10-13 19:47:46 +0000
committerfbarchard@google.com <fbarchard@google.com>2014-10-13 19:47:46 +0000
commitf58c85199e7703202d3099f274418218831edf75 (patch)
tree3ed4db34e162e358e83bd8e10c6e6e5e5564ae22
parent4d46be3930146bf9bdff7c17545c5d47361d3a80 (diff)
downloadlibyuv-f58c85199e7703202d3099f274418218831edf75.tar.gz
Roll chromium deps to match webrtc from 455c66b4375d72984b79249616d0a708ad568894 to 4d46be3930146bf9bdff7c17545c5d47361d3a80.
BUG=none TESTED=try bots R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/24919004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1119 16f28f9a-4ce2-e073-06de-1de4eb20be90
-rw-r--r--DEPS2
-rw-r--r--README.chromium2
-rw-r--r--include/libyuv/version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 6570025..8f56d9d 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 c3dc625..8c0662a 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 ac10ab5..90a56fd 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