Autoroller a20faf243a Roll chromium_revision eb7233cee8..577ba36372 (562409:562638)
Change log: eb7233cee8..577ba36372
Full diff: eb7233cee8..577ba36372

Roll chromium third_party 964479cf94..9f9dc42c89
Change log: 964479cf94..9f9dc42c89

Changed dependencies:
* src/base: 60caf964a3..c4070f6ece
* src/build: 25be5e8c8e..10a93c2ce7
* src/ios: e05d522249..0fe6b1881d
* src/testing: c23170bef6..802a878061
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/0043a4a254..46ef7c475a
* src/third_party/libvpx/source/libvpx: 36825590ba..2b08f89076
* src/tools: 9077464195..dd9a557d94
DEPS diff: 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}
2018-05-29 23:27:14 +00:00
..

Name: libvpx
URL: http://www.webmproject.org
Version: v1.7.0
License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes

Date: Monday May 28 2018
Branch: master
Commit: 2b08f89076d1e93339fbbcc10e3298a0eec66bd6

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.