Change log:06a3103dba..c92ed25217Full diff:06a3103dba..c92ed25217Roll chromium third_party 07a7c038b7..51c08cf9af Change log:07a7c038b7..51c08cf9afChanged dependencies: * src/base:da654fb628..a7a2409f9b* src/build:c9de5e4fe8..03f39fd800* src/ios:83ea3fdb9e..e070a93062* src/testing:0922117f9b..f5b31b58c6* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a8692f3255..d8600ccc2d * src/third_party/depot_tools:cbf0204555..8de3800ce5* src/third_party/libvpx/source/libvpx:28801f91c4..d99abe9a9a* src/tools:279b289fcd..e024720629DEPS diff:06a3103dba..c92ed25217/DEPS Clang version changed 331747:332335 Details:06a3103dba..c92ed25217/tools/clang/scripts/update.py TBR=buildbot@webrtc.org,marpan@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I25b07871a270ab58ff1111a9061cdcc84e5b8891 Reviewed-on: https://webrtc-review.googlesource.com/77060 Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org> Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23258}
Name: libvpx
URL: http://www.webmproject.org
Version: v1.7.0
License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Tuesday May 15 2018
Branch: master
Commit: d99abe9a9ad78b765386d0ee62559de184ba581e
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
Chromium.
The libvpx source is from webmproject.org:
http://www.webmproject.org/code/
https://chromium.googlesource.com/webm/libvpx
Please follow these steps to update libvpx source code:
1. Update the code:
roll_dep.py \
-r <libvpx OWNER> \
--log-limit 20 \
--roll-to <libvpx hash> \
src/third_party/libvpx/source/libvpx
Use the generated commit message for the roll.
2. Generate .gni and config files.
cd third_party/libvpx
./generate_gni.sh
3. Update 'Branch' in README.chromium if necessary.
Tools needed to build libvpx:
- generate_gni.sh
Generate config and .gni files that contain the source list for each platform.
Configuration for the build is taken from vpx_config.h for each platform.
- lint_config.sh
A tool to verify vpx_config.h and vpx_config.asm are matched. This also
prints the final configuration after checking.