Files
platform-external-webrtc/third_party/libvpx/source/config/vpx_version.h
Autoroller 024eeff421 Roll chromium_revision 9df92afb16..9d565db4c0 (566630:568343)
Change log: 9df92afb16..9d565db4c0
Full diff: 9df92afb16..9d565db4c0

Roll chromium third_party 01aaf419f6..5e63803713
Change log: 01aaf419f6..5e63803713

Changed dependencies:
* src/base: 6b48dbc0d2..4fcbb21d49
* src/build: 169887d089..f29a733cc2
* src/buildtools: 6f4dae280c..5941c1b3df
* src/ios: b0428063aa..84fac4e727
* src/testing: 5951b2830b..04314205f8
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/5267ef7b4a..6ff2ba80b7
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/fdacd1639e..f13bae2df0
* src/third_party/depot_tools: e09b6845cf..79d42dfb11
* src/third_party/googletest/src: 9077ec7efe..ce468a17c4
* src/third_party/libvpx/source/libvpx: 37a0283b18..8648a64c83
* src/third_party/libyuv: 196e2e72a3..780cdfed4e
* src/tools: e61dbb7de4..59c08146e7
* src/tools/swarming_client: 281c390193..9a518d097d
DEPS diff: 9df92afb16..9d565db4c0/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: Ia79e1d33a4a422c50a1802ca6abcd7c60121dfa5
Reviewed-on: https://webrtc-review.googlesource.com/84104
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23648}
2018-06-19 05:30:50 +00:00

9 lines
340 B
C

// This file is generated. Do not edit.
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "493-g8648a64c8"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-493-g8648a64c8"
#define VERSION_STRING " v1.7.0-493-g8648a64c8"