Roll chromium_revision f975d25e5e..d22a0616e6 (513098:513102)

Change log: f975d25e5e..d22a0616e6
Full diff: f975d25e5e..d22a0616e6

Changed dependencies:
* src/third_party: a4fdd83334..bcda576e32
DEPS diff: f975d25e5e..d22a0616e6/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal

Change-Id: I2595bf210de25b666da351bc9247d33d2125c180
Reviewed-on: https://webrtc-review.googlesource.com/17821
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20525}
This commit is contained in:
Autoroller 2017-11-01 03:00:10 -07:00 committed by Commit Bot
parent f0cc814343
commit 0e1db67640

4
DEPS
View File

@ -7,7 +7,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': 'f975d25e5e3b9bb1398c17b1d739efff045a2a68',
'chromium_revision': 'd22a0616e628fe5e88618b288a98844b6891671c',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
@ -56,7 +56,7 @@ deps = {
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + 'ba52e2f4c465d3ab853041f6e0b92511c332580e',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'a4fdd833346329a2bd064d0432b02d5ed5916ddb',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bcda576e320366fef5d5ce208882e50d24e67c5e',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'ca0bd083872ad925881736fe2bedc3ff855e08f5',
'condition': 'checkout_android',