Patrik Höglund 9edbc27960 Roll chromium_revision 42930fc83a..f9a24d5d6f (564069:564886)
Change log: 42930fc83a..f9a24d5d6f
Full diff: 42930fc83a..f9a24d5d6f

Roll chromium third_party 2f3180d1a4..addc496eeb
Change log: 2f3180d1a4..addc496eeb

Changed dependencies:
* src/base: 5d5b155006..769dcfb902
* src/build: de1de7df37..2574ebeaaf
* src/buildtools: 893eb86b02..6f4dae280c
* src/ios: 78bc41f03c..044af8282c
* src/testing: 36f6919025..5ab6ab6e1c
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/54e864df3f..01f608bbcf
* src/third_party/depot_tools: 518bb6847a..e89dcf7dee
* src/third_party/libvpx/source/libvpx: 2b08f89076..3f7e6cc020
* src/tools: bea2920553..8a16887980
DEPS diff: 42930fc83a..f9a24d5d6f/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: I22104809b6bec8ab773411983357f2d385332395
Reviewed-on: https://webrtc-review.googlesource.com/82060
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23545}
2018-06-08 07:56:44 +00:00
..

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

Date: Friday June 01 2018
Branch: master
Commit: 3f7e6cc020446ee29439f1cd7d3d5c39adaf64c0

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.