Roll chromium_revision de6781cecd..be4b5238c1 (521279:521286)

Change log: de6781cecd..be4b5238c1
Full diff: de6781cecd..be4b5238c1

Changed dependencies:
* src/third_party: dd0cb27e4b..bc70db4bd0
DEPS diff: de6781cecd..be4b5238c1/DEPS

No update to Clang.

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

Change-Id: I64b1ad1318d5eef55741c38cb9a62170b54275ab
Reviewed-on: https://webrtc-review.googlesource.com/28900
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21024}
This commit is contained in:
Autoroller 2017-12-03 23:46:03 -08:00 committed by Commit Bot
parent 2cb3ed4172
commit 22a77a1b1d

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': 'de6781cecdd5c31629bff92dd2874dae67025481',
'chromium_revision': 'be4b5238c19725e76c77a5855d27f0cb567f2050',
'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' + '@' + '0d9836ca3235c55b15f3fef2bed759c5f5074f07',
'src/third_party':
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'dd0cb27e4bfec0a0ca4fffc54e53a9102959854d',
Var('chromium_git') + '/chromium/src/third_party' + '@' + 'bc70db4bd059f3a6feec0b148d6759f26b46821f',
'src/third_party/android_tools': {
'url': Var('chromium_git') + '/android_tools.git' + '@' + 'a2e9bc7c1b41d983577907df51d339fb1e0fd02f',
'condition': 'checkout_android',