aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorAutoroller <buildbot@webrtc.org>2018-05-29 15:47:52 -0700
committerCommit Bot <commit-bot@chromium.org>2018-05-29 23:27:14 +0000
commita20faf243a2eb11e07af3c98ef6477216708b238 (patch)
tree09961409657d12fd7c2612158cd4d5601393dd3f /third_party
parent183f4d90bd4f9c3fe5462f78138e657e43954bf5 (diff)
downloadwebrtc-a20faf243a2eb11e07af3c98ef6477216708b238.tar.gz
Roll chromium_revision eb7233cee8..577ba36372 (562409:562638)
Change log: https://chromium.googlesource.com/chromium/src/+log/eb7233cee8..577ba36372 Full diff: https://chromium.googlesource.com/chromium/src/+/eb7233cee8..577ba36372 Roll chromium third_party 964479cf94..9f9dc42c89 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/964479cf94..9f9dc42c89 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/60caf964a3..c4070f6ece * src/build: https://chromium.googlesource.com/chromium/src/build/+log/25be5e8c8e..10a93c2ce7 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/e05d522249..0fe6b1881d * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/c23170bef6..802a878061 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0043a4a254..46ef7c475a * src/third_party/libvpx/source/libvpx: https://chromium.googlesource.com/webm/libvpx.git/+log/36825590ba..2b08f89076 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/9077464195..dd9a557d94 DEPS diff: https://chromium.googlesource.com/chromium/src/+/eb7233cee8..577ba36372/DEPS No update to Clang. TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal NO_AUTOIMPORT_DEPS_CHECK=true Change-Id: Ifc927ee27578db13bc333ebc338095cf031e5d9c Reviewed-on: https://webrtc-review.googlesource.com/79740 Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23437}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libvpx/README.chromium4
-rw-r--r--third_party/libvpx/source/config/vpx_version.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/third_party/libvpx/README.chromium b/third_party/libvpx/README.chromium
index b2a3e0267f..bb26a9d265 100644
--- a/third_party/libvpx/README.chromium
+++ b/third_party/libvpx/README.chromium
@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
-Date: Friday May 25 2018
+Date: Monday May 28 2018
Branch: master
-Commit: 36825590ba676d54765c6c31482cacb4fe661b43
+Commit: 2b08f89076d1e93339fbbcc10e3298a0eec66bd6
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
index 077ec82c38..abdf59c1a4 100644
--- a/third_party/libvpx/source/config/vpx_version.h
+++ b/third_party/libvpx/source/config/vpx_version.h
@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
-#define VERSION_EXTRA "400-g36825590b"
+#define VERSION_EXTRA "404-g2b08f8907"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.7.0-400-g36825590b"
-#define VERSION_STRING " v1.7.0-400-g36825590b"
+#define VERSION_STRING_NOSP "v1.7.0-404-g2b08f8907"
+#define VERSION_STRING " v1.7.0-404-g2b08f8907"