Autoroller 123ab64bc5 Roll chromium_revision 52f78b1683..bfb0b77f2c (561464:562200)
Change log: 52f78b1683..bfb0b77f2c
Full diff: 52f78b1683..bfb0b77f2c

Roll chromium third_party 008fb7071c..0d2b36d3cf
Change log: 008fb7071c..0d2b36d3cf

Changed dependencies:
* src/base: 40343e3fbc..52cd03ae2f
* src/build: bd04ef7233..39cffdabab
* src/buildtools: 94288c26d2..893eb86b02
* src/ios: de97874e25..862c941a16
* src/testing: b4c21a01c2..8133f73370
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/69271b5d4f..5601bdac1a
* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/1986f5a957..0043a4a254
* src/third_party/depot_tools: 4e9b50ab86..f16fdf3165
* src/third_party/libvpx/source/libvpx: e27a331778..36825590ba
* src/tools: c923d1173c..99de29398b
* src/tools/swarming_client: 833f5ebf89..3543e21830
DEPS diff: 52f78b1683..bfb0b77f2c/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: I4baa7a38623823759606c90813a4bf535245f390
Reviewed-on: https://webrtc-review.googlesource.com/79191
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23405}
2018-05-28 09:01:39 +00:00
..

Name: BoringSSL
URL: https://boringssl.googlesource.com/boringssl
Version: git
License: BSDish
License File: src/LICENSE
License Android Compatible: yes
Security Critical: yes

Description:
This is BoringSSL, a fork of OpenSSL. See
https://www.imperialviolet.org/2014/06/20/boringssl.html

Note: when rolling DEPS forward, remember to run

  cd third_party/boringssl
  python src/util/generate_build_files.py gn

from a system with both Perl and Go installed. Alternatively, use the
roll_boringssl.py script.